1. Download Redis installation package
1), official website: http://redis.io/
2), official download: http://redis.io/download can download different versions as needed
3), Windows edition: Https://github.com/MSOpenTech/redis/releases
4), after the download is complete, in the e-disk "program Files" directory under the new folder "Redis", right-click the Redis zip package, unzip all the files into the Redis folder.
5), File Description:
Redis-benchmark.exe #基准测试
Redis-check-aof.exe # AOF
Redischeck-dump.exe # Dump
Redis-cli.exe # Client
Redis-server.exe # Server
REDIS.WINDOWS.CONF # configuration file
2. Start Redis
Windows run (shortcut key: Press and hold the Windows key + R) to enter the CMD operating system window. Use the command "Redis-server.exe redis.windows.conf" to start the Redis service. The service started successfully in a state such as.
Start the Doc window for the Redis service without shutting down because the service needs to be executed all the time, close the service, and close the window directly.
3. Configure Redis access rights
1. Open redis.windows.conf file, remove the # before Requirepass, change the password to redis1234
4. Test use
Open a new doc window with your own client tool to test the command "Redis-cli.exe" with the following details:
Installing Redis under Windows 64-bit (a)