have been known to use Redis, never to build, yesterday had time, on their own set up a test, according to the following steps step-by-step, you can build up.
(1) Redis installation, installation reprint address: http://www.runoob.com/redis/redis-install.html Window Installation
Download Address:https://github.com/MSOpenTech/redis/releases.
Redis supports 32-bit and 64-bit. This needs to be based on your system platform to choose the actual situation, here we download redis-x64-xxx.zip compression packets to C disk, after decompression, the folder renamed to Redis.
Open a cmd window using the CD command to switch directories to C:\redis run redis-server.exe redis.windows.conf .
If you want to be convenient, you can add Redis path to the system's environment variables, so as to save the path again, the back of the redis.windows.conf can be omitted, if omitted, will enable the default. After entering, the following interface is displayed:
At this time a separate CMD window, the original do not close, otherwise you will not be able to access the service side.
Switch to the Redis directory to run the redis-cli.exe-h 127.0.0.1-p 6379 .
Set key value pair set MyKey ABC
Remove key value pair get MyKey
(2) Redisdesktopmanager client tools, download address: Https://redisdesktop.com/download, use the following figure: