
Redis官网:https://redis.io
https://github.com/microsoftarchive/redis

下载 ZIP 包

将下载的压缩包解压后,进入 redis 目录,执行安装命令
redis-server.exe --service-install redis.windows.conf
安装成功后的提示


查看Redis版本
redis-server -v进入 Redis 数据库
redis-cli -h 127.0.0.1 -p 6379
收藏 | 0点赞 | 0打赏