Redis cluster with multiple shards

0

For a redis cluster with 3 shard and 1 replica of each shard so total 6 nodes.
How do I know maximum number of client connection (parallel) of each node?

質問済み 5年前655ビュー
2回答
0

Hi There,
For each node in the cluster, there is a limit of 65000 connections at a time.
This value is specified in the Parameter group of the cluster with parameter named "maxclients".
This value is fixed and cannot be changed
You can look up maxclients in https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ParameterGroups.Redis.html#w144aac20c45c51c45b7

Hope this is helpful.

AWS
サポートエンジニア
Satyam
回答済み 5年前
0

Thanks for the answer.

回答済み 5年前

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

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

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