Redis Connect Error: It was not possible to connect to the redis server(s); to create a disconnected multiple

It was not possible to connect to the redis server (s); to create a disconnected multiplexer, disable AbortOnConnectFail. SocketFailure on PING

Just add abortconnect = false to our connection string

192.168.8.233:6379,abortConnect=false

Similar Posts: