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 年前

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

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

回答问题的准则