4

We started an AWS Elasticache instance on a cache.t2.micro instance. How many connections will it accept?

dfrankow
  • 183
  • 1
  • 1
  • 8

1 Answers1

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