0

I am getting this exception. Any clue?

StackExchange.Redis.RedisConnectionException:
It was not possible to connect to the redis server(s); to create a disconnected multiplexer, disable AbortOnConnectFail. 
Dan Atkinson
11.8k14 gold badges89 silver badges116 bronze badges
asked Oct 3, 2015 at 4:28

1 Answer 1

1

Possible reasons:

  • Is Redis up and running? Try to connect to it using redis-cli.
  • Is your connection settings to Redis right in your code (i.e. you're connecting to the right host and port...)?

The exception is quite expressive: ConnectionMultiplexer couldn't reach target Redis server.

answered Oct 3, 2015 at 8:54
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.