First:
https://github.com/microsoftarchive/redis/releases
Download,unzip,as this:
Second,run cmd ,start redis serviceredis-server.exe redis.windows.conf
As above,service is success。This is server,if close this window,service will be closed.
Third
Another cmd,start client:redis-cli -h 127.0.0.1 -p 6379
Client connect is success.The fourth
Set get data from redis.