We started an AWS Elasticache instance on a cache.t2.micro instance. How many connections will it accept?
Asked
Active
Viewed 1.5k times
1 Answers
9
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,401
- 1
- 5
- 19