Authored by root

Update settings

alpha:
listen: 0.0.0.0:22121
listen: 0.0.0.0:6379
hash: fnv1a_64
distribution: ketama
auto_eject_hosts: true
... ... @@ -9,6 +9,6 @@ alpha:
servers:
{% set num = 1 %}
{% for host in play_hosts %}
- {{ host }}:6379:1 {{ group_names[0] }}{{ num }}
- {{ host }}:16379:1 {{ group_names[0] }}{{ num }}
{% set num = num+1 %}
{% endfor %}
... ...
daemonize yes
pidfile /Data/local/redis/redis.pid
bind "{{ ansible_default_ipv4['address'] }}"
port 6379
port 16379
tcp-backlog 511
timeout 300
tcp-keepalive 60
... ...