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
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