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?

gefragt vor 5 Jahren655 Aufrufe
2 Antworten
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
SUPPORT-TECHNIKER
Satyam
beantwortet vor 5 Jahren
0

Thanks for the answer.

beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen