Showing
2 changed files
with
2 additions
and
0 deletions
@@ -4,6 +4,7 @@ alpha: | @@ -4,6 +4,7 @@ alpha: | ||
4 | distribution: ketama | 4 | distribution: ketama |
5 | auto_eject_hosts: true | 5 | auto_eject_hosts: true |
6 | redis: true | 6 | redis: true |
7 | + redis_auth: redis9646 | ||
7 | server_retry_timeout: 2000 | 8 | server_retry_timeout: 2000 |
8 | server_failure_limit: 2 | 9 | server_failure_limit: 2 |
9 | servers: | 10 | servers: |
@@ -48,3 +48,4 @@ client-output-buffer-limit slave 256mb 64mb 60 | @@ -48,3 +48,4 @@ client-output-buffer-limit slave 256mb 64mb 60 | ||
48 | client-output-buffer-limit pubsub 32mb 8mb 60 | 48 | client-output-buffer-limit pubsub 32mb 8mb 60 |
49 | hz 10 | 49 | hz 10 |
50 | aof-rewrite-incremental-fsync yes | 50 | aof-rewrite-incremental-fsync yes |
51 | +requirepass redis9646 |
-
Please register or login to post a comment