Skip to content

Commit

Permalink
Add example of multiple values customConfig for redis
Browse files Browse the repository at this point in the history
Signed-off-by: Julio Chana <[email protected]>
  • Loading branch information
Julio Chana committed Feb 25, 2019
1 parent d608eef commit d8c722c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/redisfailover/custom-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ spec:
- "maxclients 100"
- "hz 50"
- "timeout 60"
- "tcp-keepalive 60"
- "client-output-buffer-limit normal 0 0 0"
- "client-output-buffer-limit slave 1000000000 1000000000 0"
- "client-output-buffer-limit pubsub 33554432 8388608 60"

0 comments on commit d8c722c

Please sign in to comment.