AWS Redis not connecting

0

Hello,

I am new to AWS redis, When I try to connect to AWS redis via .net 6 api I am getting following error

It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.

I tried with abortConnect=false but this also does not work

Any Help !

Thank You

  • Would you be able to give a few more details? Is ElastiCache for Redis running with cluster mode enabled or disabled? Is the .net API running from within the same VPC as your Redis server? Does the security group allow traffic on port 6379 from the .net API to the ElastiCache for Redis server?

asked a year ago175 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions