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?

preguntada hace 2 años180 visualizaciones
No hay respuestas

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas