Releases: exponea/flask-redis-sentinel
Releases · exponea/flask-redis-sentinel
v2.0.0
v1.0.0
URL parsing code was split to a separate library Redis-Sentinel-Url
and this release uses the library.
BC incompatible change when connecting to slaves in a default connection:
# Old
redis+sentinel://host:port/service?slave=true
Should now be written as:
# New
redis+sentinel://host:port/service?client_type=slave