1. Reids下载
Redis 对windows支持停留在3版本,在github看到有大佬适配的5版本可用
地址: https://github.com/tporadowski/redis/releases
访问不了的可在此链接下载 : https://download.csdn.net/download/qq_51355375/89585195
2. Redis 使用
2.1 cmd启动
redis-server.exe redis.windows.conf # redis.windows.conf 配置可不指定,使用默认配置
2.2 服务方式启动
# 注册 Redis 为wdindows服务
redis-server --service-install redis.windows.conf --loglevel verbose
# 启动服务
redis-server --service-start
# 停止服务
redis-server --service-stop
# 删除 服务
redis-server --service-uninstall
3. 连接测试
Navicat 连接测试:
Navicat Premium Lite 是免费版本, 支持Redis