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?
Topics
asked 3 years ago1 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.
answered 3 years ago
Relevant questions
Unable to connect to redis cluster with node client, what am I doing wrong?
asked 5 months agoConnecting to elastiCache cluster with node.js
asked a month agoconfusion about PIPE mode when using S3 shard key
Accepted Answerasked 2 years agoRedis cluster with multiple shards
asked 3 years agoWhy so many shardIds when I've only configured 3 in my Kinesis Stream?
Accepted Answerasked 2 years agoElastiCache multi-AZ setup with no replica
Accepted AnswerKinesis Stream Best Practices and Calculations
Accepted Answerasked 2 years agoElastiCache for Redis load distribution
asked 4 months agoAdding new shards didn't increase the total available memory
asked 2 years agoCombatibility with redis api for testing mockups
asked a year ago