Skip to content

Commit 2a42cbc

Browse files
added client limit
1 parent 9ca7c83 commit 2a42cbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/values/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ auth:
135135
commonConfiguration: |-
136136
# Enable AOF https://redis.io/topics/persistence#append-only-file
137137
appendonly yes
138+
maxclients 2000
138139
# Disable RDB persistence, AOF persistence already enabled.
139140
save ""
140141
## @param existingConfigmap The name of an existing ConfigMap with your custom configuration for Redis® nodes

0 commit comments

Comments
 (0)