Monday, June 17, 2019
How to Run Redis (note to self)
~ $ brew install redis
==> Downloading https://homebrew.bintray.com/bottles/redis-5.0.5.mojave.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/eb/eb5538dadb10570c5a8aa9e8aafa5d21b7747e7597c92954916b9b6ca55
######################################################################## 100.0%
==> Pouring redis-5.0.5.mojave.bottle.tar.gz
==> Caveats
To have launchd start redis now and restart at login:
brew services start redis
Or, if you don't want/need a background service you can just run:
redis-server /usr/local/etc/redis.conf
==> Summary
🍺 /usr/local/Cellar/redis/5.0.5: 13 files, 3.1MB
~ $