Install
Instructions on how to install Redis on Windows and Mac
Last updated
Was this helpful?
Instructions on how to install Redis on Windows and Mac
Last updated
Was this helpful?
Install Redis via Brew.
Turn on your Redis server.
Open a new terminal to enter the Redis-cli.
Execute a simple Redis command to verify your Redis server is running and available.
CONGRATULATIONS! You've successfully installed and set up a Redis server.
Redis doesn't play nice with windows. You will want to install Windows Subsystem for Linux (wsl) for the best experience. Please follow the steps below to get WSL, Ubuntu, and Redis installed on your system.
Open PowerShell as Administrator and run:
RESTART YOUR COMPUTER AFTER THE INSTALL IS DONE.
Open the Microsoft Store and search for Ubuntu.
From the Ubuntu page, select "Get".
You might get asked to install, go ahead and click install if it asks.
You will need to click launch after it downloads and installs.
First, make sure to get all the latest updates, upgrade, and install the Redis-server. Then check what version was installed.
Restart the Redis server to make sure it is running.
Execute a simple Redis command to verify your Redis server is running and available.
Stopping your Redis server.
CONGRATULATIONS! You've successfully installed and set up a Linux distribution with a Redis server that is completely integrated with your Windows operating system!
If you don't want to bother using wsl, you can use the following . I would highly recommend using wsl though as it is very easy to setup.
Most of this information come from the microsoft docs. I took out the steps on how to update wsl to wsl2 as it requires the user to get into their bios settings. If you would like to use wsl2 you can follow the Microsoft docs instead.