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?

已提问 2 年前180 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则