Redis 的安装和部署

Windows上的部署:

下载地址

https://github.com/MicrosoftArchive/redis/releases

下载msi文件,注意安装过程中把文件路径添加进环境变量中

启动redis

cd 到redis目录下
redis-server.exe redis.windows.conf

终止或重启redis服务,再次启动redis服务

redis-cli.exe
> shutdown
> exit
redis-server.exe redis.windows.conf

Linux上的部署:

参考本篇博客

https://blog.51cto.com/simplelife/1740137

远程连接redis

在被连接目录下的 redis.windows.conf 修改值bind 0.0.0.0

开启远程连接

redis-cli -h 192.168.58.1 -p 6379
posted @ 2019-06-24 20:47  不会玩python  阅读(1)  评论(0编辑  收藏  举报