Skip to content
L edited this page Feb 12, 2018 · 4 revisions

Redis资源

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
1
测试:使用redis-cli.exe
2

Clone this wiki locally