Sha256: aa713dbbb6ec59a7374fa1b12b11ebcce44f3137fc38491bd8087c225c1305b6
Contents?: true
Size: 355 Bytes
Versions: 13
Compression:
Stored size: 355 Bytes
Contents
# Sample configuration file for Node Manager. # redis_node_manager -C config.yml --- :max_failures: 2 :node_strategy: majority :failover_strategy: latency :required_node_managers: 2 :nodes: - localhost:6379 - localhost:1111 - localhost:2222 - localhost:3333 :zkservers: - localhost:2181 - localhost:2182 - localhost:2183 :password: foobar
Version data entries
13 entries across 13 versions & 3 rubygems