We started an AWS Elasticache instance on a cache.t2.micro instance. How many connections will it accept?
Asked
Active
Viewed 1.9k times
1 Answers
10
Per https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ParameterGroups.Redis.html
maxclients : The maximum number of clients that can be connected at one time.
Default: 65000
Type: integer
Modifiable: No

asktyagi
- 2,860
- 2
- 8
- 25