Difference between revisions of "Brew install redis"
Jump to navigation
Jump to search
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | brew install redis && [[brew services info redis]] | ||
+ | [[brew install redis-cli]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | == Redis == | |
− | == | + | |
− | + | .../... | |
− | + | ==> Pouring redis--7.0.4.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.4: 14 files, 2.6MB | |
− | + | ||
− | + | == Related == | |
− | + | * <code>[[redis-cli]]</code> | |
− | + | * <code>[[brew services restart redis]]</code> | |
− | + | * [[ntopng]] | |
− | ==> Pouring redis--7.0. | ||
− | ==> Caveats | ||
− | To restart redis after an upgrade: | ||
− | |||
− | Or, if you don't want/need a background service you can just run: | ||
− | |||
− | ==> Summary | ||
− | 🍺 /opt/homebrew/Cellar/redis/7.0. | ||
− | ==> | ||
− | |||
− | |||
− | </ | ||
== See also == | == See also == |
Latest revision as of 12:45, 3 March 2024
brew install redis && brew services info redis brew install redis-cli
Redis[edit]
.../... ==> Pouring redis--7.0.4.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.4: 14 files, 2.6MB
Related[edit]
See also[edit]
- Redis, installation,
/etc/redis.conf, values.yml
, Redis Cluster, Redis Sentinel,/etc/redis-sentinel.conf
, Redis memory footprint,redis-cli, redis-benchmark, redis-check-aof, redis-check-rdb, redis-sentinel, redis-server
, Amazon MemoryDB for Redis, AOF, Redis changelog, Redis Database (RDB), Append Only File (AOF), Redis logs
Advertising: