mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
* introduce github workflow for ci similar to the one in redis-py use prerelease for 8.0-M4 * Enable osscluster tests in CI * Add redis major version env Enable filtering test per redis major version Fix test for FT.SEARCH WITHSCORE, the default scorer has changed. fix Makefile syntax remove filter from github action fix makefile use the container name in Makefile * remove 1.20 from doctests * self review, cleanup, add comments * add comments, reorder prints, add default value for REDIS_MAJOR_VERSION
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
sentinel resolve-hostnames yes
|
|
sentinel monitor go-redis-test redis 6379 2
|
|
sentinel down-after-milliseconds go-redis-test 5000
|
|
sentinel failover-timeout go-redis-test 60000
|
|
sentinel parallel-syncs go-redis-test 1
|