mirror of
https://github.com/predis/predis.git
synced 2026-08-31 04:35:05 +00:00
6c9de258be
* Fixed getParameter() call on array + added integration testing with Sentinel * Added sentinel.conf * Updated CHANGELOG.md * Added handling of ParametersInterface
9 lines
371 B
Plaintext
9 lines
371 B
Plaintext
sentinel resolve-hostnames yes
|
|
sentinel monitor predis-test 127.0.0.1 6380 2
|
|
# Be much more tolerant to transient stalls (index builds, GC, I/O)
|
|
sentinel down-after-milliseconds predis-test 60000
|
|
# Avoid rapid repeated failover attempts
|
|
sentinel failover-timeout predis-test 180000
|
|
# Keep it conservative: sync one replica at a time
|
|
sentinel parallel-syncs predis-test 1
|