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 # aofredischeck-dump.exe # dumpredis-cli.exe # 客户端redis-server.exe # 服务器redis.windows.conf # 配置文件
基本使用
双击redis-server.exe
测试:使用redis-cli.exe
转载于:https://www.cnblogs.com/Lulus/p/7877766.html