This repository provides a Homebrew Cask for installing the Redis Community Edition binary distribution.
To install Redis Community Edition using Homebrew Cask, run the following command:
brew tap redis/redis
brew install --cask redis
For pre-release versions, you can use the following command. Note that this will install the latest pre-release version and override the stable version:
brew tap redis/redis
brew install --cask redis-rc
After installation, you can start Redis using the following command:
redis-server
If you want to start Redis in the background, you can use the following command:
redis-server $(homebrew --prefix)/etc/redis.conf
If you would like to contribute to this project, please fork the repository and submit a pull request.