大家好,又见面了,我是你们的朋友全栈君。
链接服务器的Redis(由于远程连接不上,使用服务器连接,也连接不上产生)
Unable to connect to remote host: Connection refus
连接不上,有可能是服务没有对外开放。
1. 修改redis配置:redis.conf.
路径:C:\develop\Redis-x64-5.0.14\redis.windows.conf
步骤一:注释掉redis.window.conf文件中的bind属性设置
步骤二:把protected-mode属性设置no
2. 修改密码
修改redis.windows.conf配置文件
指定密码123
# requirepass foobared
requirepass 123
3、重启redis
redis-server.exe redis.windows.conf
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/132620.html原文链接:https://javaforall.cn