Difference between revisions of "Brew install redis"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
<pre>
 +
brew install redis-cli
 +
Running `brew update --preinstall`...
 +
==> Auto-updated Homebrew!
 +
Updated 3 taps (weaveworks/tap, homebrew/core and homebrew/cask).
 +
==> New Formulae
 +
flix                                                                    helmify
 +
==> Updated Formulae
 +
Updated 29 formulae.
 +
==> Updated Casks
 +
Updated 12 casks.
 +
 +
Warning: No available formula with the name "redis-cli". Did you mean redis?
 +
==> Searching for similarly named formulae...
 +
This similarly named formula was found:
 +
redis
 +
To install it, run:
 +
  brew install redis
 +
==> Searching for a previously deleted formula (in the last month)...
 +
Error: No previously deleted formula found.
 +
==> Searching taps on GitHub...
 +
Error: No formulae found in taps.
 +
m@Ms-MacBook-Pro learn-terraform-provision-eks-cluster % brew install redis
 +
==> Downloading https://ghcr.io/v2/homebrew/core/redis/manifests/7.0.0
 +
######################################################################## 100.0%
 +
==> Downloading https://ghcr.io/v2/homebrew/core/redis/blobs/sha256:79e59848cb1afb3107612980c29c85d321e8abec277983f42ab36ffb6cf8d954
 +
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:79e59848cb1afb3107612980c29c85d321e8abec277983f42ab36ffb6c
 +
######################################################################## 100.0%
 +
==> Pouring redis--7.0.0.arm64_monterey.bottle.tar.gz
 +
==> Caveats
 +
To restart redis after an upgrade:
 +
  brew services restart redis
 +
Or, if you don't want/need a background service you can just run:
 +
  /opt/homebrew/opt/redis/bin/redis-server /opt/homebrew/etc/redis.conf
 +
==> Summary
 +
🍺  /opt/homebrew/Cellar/redis/7.0.0: 14 files, 2.6MB
 +
==> Running `brew cleanup redis`...
 +
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
 +
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
 +
</pre>
  
 
== See also ==
 
== See also ==

Revision as of 18:59, 20 May 2022

brew install redis-cli
Running `brew update --preinstall`...
==> Auto-updated Homebrew!
Updated 3 taps (weaveworks/tap, homebrew/core and homebrew/cask).
==> New Formulae
flix                                                                    helmify
==> Updated Formulae
Updated 29 formulae.
==> Updated Casks
Updated 12 casks.

Warning: No available formula with the name "redis-cli". Did you mean redis?
==> Searching for similarly named formulae...
This similarly named formula was found:
redis
To install it, run:
  brew install redis
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.
m@Ms-MacBook-Pro learn-terraform-provision-eks-cluster % brew install redis
==> Downloading https://ghcr.io/v2/homebrew/core/redis/manifests/7.0.0
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/redis/blobs/sha256:79e59848cb1afb3107612980c29c85d321e8abec277983f42ab36ffb6cf8d954
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:79e59848cb1afb3107612980c29c85d321e8abec277983f42ab36ffb6c
######################################################################## 100.0%
==> Pouring redis--7.0.0.arm64_monterey.bottle.tar.gz
==> Caveats
To restart redis after an upgrade:
  brew services restart redis
Or, if you don't want/need a background service you can just run:
  /opt/homebrew/opt/redis/bin/redis-server /opt/homebrew/etc/redis.conf
==> Summary
🍺  /opt/homebrew/Cellar/redis/7.0.0: 14 files, 2.6MB
==> Running `brew cleanup redis`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

See also

Advertising: