Skip to content

Commit 91b2874

Browse files
committed
fix: add maxclients and timeout config to sentinel.conf
1 parent c1b50c4 commit 91b2874

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/sentinel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@
156156
pidfile {{ redis_sentinel_pidfile }}
157157
port {{ redis_sentinel_port }}
158158
bind {{ redis_sentinel_bind }}
159+
maxclients {{ redis_maxclients }}
160+
timeout {{ redis_timeout }}
159161
160162
# Security
161163
{% if redis_sentinel_password %}

0 commit comments

Comments
 (0)