nutcracker.yml.j2
303 Bytes
alpha:
listen: 0.0.0.0:6379
hash: fnv1a_64
distribution: ketama
auto_eject_hosts: true
redis: true
redis_auth: redis9646
server_retry_timeout: 2000
server_failure_limit: 2
servers:
{% for host in play_hosts %}
- {{ host }}:16379:1 {{ group_names[0] }}{{ loop.index }}
{% endfor %}