|
|
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 %} |
...
|
...
|
|