-
Notifications
You must be signed in to change notification settings - Fork 22
Redis
L edited this page Feb 12, 2018
·
4 revisions
Redis下载(这里都是封装好的基于windows的redis服务)
https://github.com/dmajkic/redis/downloads
https://github.com/MicrosoftArchive/redis/releases
入门
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