First, download the installation package,: https://github.com/MSOpenTech/redis/releases, this download is:redis-x64-3.2.100.zip
Second, unzip to the installation directory, as I extracted to: D:\moy\Learn\Redis-32100 directory
Third, testing
1. Open the cmd window and use the CD command to access the Extract directory.
CD D:\moy\Learn\Redis-32100
2, enter Redis-server.exe redis.windows.conf command to start the Redis server, you can also double-click the Redis-server.exe start by default configuration
Redis-server.exe
3, then open the cmd window, use the CD command to enter the decompression directory, enter redis-cli.exe-h 127.0.0.1-p 6379 Open the client, you can also directly double-click Redis-cli.exe to start the client
Redis-cli.exe -H 127.0. 0.1- p 6379
4. Enter the command on the client command line: Ping, the Pong appears, the installation succeeds.
Yexiangyang
[Email protected]
Windows Install Redis