Installation and Setup
The easiest way to install Redis is to use Brew. First, install Brew.
Then we can install Redis.
Check whether the Redis is running on you system as a service.
If not, start it up like this.
Once Redis is started, it is available on port 6379. Default configuration is used and it is located in this file /usr/local/etc/redis.conf.
Connect
First check if Redis is running. If we send PING, we should receive PONG from Redis server.
Last updated
Was this helpful?