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ビュー
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ