当前位置: 代码迷 >> 综合 >> 使用Redis连接错误处理It was not possible to connect to the redis server(s);to create a disconnected multiple
  详细解决方案

使用Redis连接错误处理It was not possible to connect to the redis server(s);to create a disconnected multiple

热度:51   发布时间:2024-01-11 21:43:58.0

使用Redis时,有时候报错It was not possible to connect to the redis server(s); to create a disconnected multiplexer, disable AbortOnConnectFail. SocketFailure on PING

只需在我们的连接字符串中增加abortConnect=false就行了

192.168.8.233:6379,abortConnect=false,password=123

  相关解决方案