How to install Redis under Windows?

(1) .Download address:

Release Redis 7.0.10 for Windows · redis-windows/redis-windows · GitHub

As shown below:

(2). After the download is successful, move it to the directory we want to install and unzip it:

As shown below:

(3). After entering, there are the following content files:

(4). First click redis-server.exe to start the Redis service

Displayed as follows:

(5). Then click redis-cli.exel to connect to Redis

As shown below:

(6). At this point, the installation under Windows is over. However, the official Redis document does not recommend that we build Redis services in the Widows environment. It is best to build and use the Redis service in a Linux environment!

Build and use Redis service in Linux environment: Please browse to install reids in Linux (1)

Guess you like

Origin blog.csdn.net/m0_65992672/article/details/130552789