1. Download
To download Redis's compression pack on GitHub: https://github.com/dmajkic/redis/downloads
After downloading, unzip the Redis installation package and place it in the directory you want to place.
Can be seen from the above files, each file corresponding function is as follows:
Redis-benchmark.exe: Performance test simulates n clients sending set,get requests
Redis-check-aof.exe: Update log check
Redis-check-dump.exe: Local Database check
Redis-server.exe: Service Program
2. Test whether it can be run.
In the Start bar, enter CMD to open the DOS command bar: Switch directory to Redis directory:
Execute command: Redis-server.exe redis.conf
To open a new DOS command window, switch to the Redis directory and enter:
Redis-cli
Return to "Redis 127.0.0.1:6379" to indicate that you have successfully connected to the Redis server.
Installing Redis in the Windows environment