:https://github.com/MSOpenTech/redis/releases.
Redis supports 32-bit and 64-bit. This need according to the actual situation of your system platform choice, here we download redis-x64-xxx.zip compressed package to C drive, after decompression, the folder renamed to Redis.
If you want to be convenient, you can add the path of Redis to the environment variables of the system, so as to save the path again, the latter redis.windows.conf can be omitted, if omitted, the default is enabled. After entering, the following interface is displayed:
At this time another cmd window, the original do not close, otherwise you will not be able to access the server.
Switch to the Redis directory to run the redis-cli.exe-h 127.0.0.1-p 6379 .
Set the key-value pair set MyKey ABC
Remove key value pair get MyKey
Redis (ii) installation under-win system