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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

android - How to prevent keyboard from closing when bottom dialog is open? -