The Redis project does not officially support Windows. However, the Microsoft Open Tech group develops and maintains this Windows port targeting Win64. Learn more
通过提示,找到下载链接:https://github.com/MSOpenTech/redis/releases,下载文件Redis-x64-3.2.100.zip
redis-benchmark.exe #基准测试
redis-check-aof.exe # aof
redischeck-dump.exe # dump
redis-cli.exe # 客户端
redis-server.exe # 服务器
redis.windows.conf # 配置文件
windows 运行(快捷键:windows键+R键),输入【cmd】命令,进入DOC操作系统窗口。使用命令【redis-server.exe redis.windows.conf】,启动redis 服务
原文:http://www.cnblogs.com/hongcq/p/5989899.html