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?

posta 2 anni fa180 visualizzazioni
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande