Redis exception StackExchange.Redis.RedisConnectionException -
i getting exception. clue stackexchange.redis.redisconnectionexception: not possible connect redis server(s); create disconnected multiplexer, disable abortonconnectfail.
possible reasons:
- is redis , running? try connect using
redis-cli
. - is connection settings redis right in code (i.e. you're connecting right host , port...)?
the exception quite expressive: connectionmultiplexer
couldn't reach target redis server.
Comments
Post a Comment