Flask-redis-sentinel

Latest version: v2.0.1

Safety actively analyzes 621420 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.0

* Connections are now thread-local to avoid race conditions after Redis master failover
* Removed support for REDIS_{HOST, PORT, DB} config variables

1.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

0.2.0

- Use config variables other than REDIS_{HOST, PORT, DB} even if REDIS_URL is used
- Minor refactoring

0.1.0

- Initial release

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.