运维网's Archiver
论坛
›
Redis
› redis开启远程连接
zcl_ccc
发表于 2018-11-5 07:00:03
redis开启远程连接
修改配置文件redis.conf
添加
#bind 127.0.0.1 #注释绑定本地
requirepass 密码 #添加密码
远程访问
页:
[1]
查看完整版本:
redis开启远程连接