Files
python-redis/sentinel.conf
Steve Kowalik 7902d019f2 - Update to 7.0.1: (bsc#1252957)
* New Features
    + Support for maintenance push notifications handling during server
      upgrade or maintenance procedures.
    + Adding WITHATTRIBS option to vector set's vsim command.
    + Adding ssl_verify_flags_config argument for ssl connection
      configuration
    + Adding new ExternalAuthProviderError that will be raised when we
      receive 'problem with LDAP service' response from server.
  * Experimental Features
    + Multi-database client implementation 
  * Breaking changes
    + Adding abstract method declaration for cache property setter in
      EvictionPolicyInterface
    + Removing synchronous context manager handling from async RedisCluster.
    + Removing the threading.Lock locks and replacing them with RLock objects
      to avoid deadlocks.
    + Adding score_cast_func argument to zrank, zrevrank and zunion - for
      consistency with the other sorted sets commands
- Refreshed patch remove-mock.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=107
2025-11-03 04:00:08 +00:00

6 lines
217 B
Plaintext

sentinel resolve-hostnames yes
sentinel monitor redis-py-test localhost 6379 2
sentinel down-after-milliseconds redis-py-test 5000
sentinel failover-timeout redis-py-test 60000
sentinel parallel-syncs redis-py-test 1