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?

asked 5 years ago617 views
2 Answers
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 ENGINEER
Satyam
answered 5 years ago
0

Thanks for the answer.

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions