Redis资源
Redis下载
https://github.com/dmajkic/redis/downloads
入门
http://www.yiibai.com/redis/redis_quick_guide.html
官网
http://redis.io/
管理工具
Redis Desktop Manager
文件介绍:
redis-benchmark.exe #基准测试
redis-check-aof.exe # aof
redischeck-dump.exe # dump
redis-cli.exe # 客户端
redis-server.exe # 服务器
redis.windows.conf # 配置文件
基本使用
双击redis-server.exe
测试:使用redis-cli.exe