Redis-hashring

Latest version: v0.3.4

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

Scan your dependencies

0.3.2

The implementation of support for unpatched processes that use gevent released with v0.3.1 had a bug related to initialization of connections in PubSub objects. This version ships a different implementation (which closely resembles the one we had before v0.3.0).

0.3.1

Support for unpatched processes was removed when we introduced v0.3.0, but we found that that brought a lot of problems with it. We are reintroducing it in v0.3.1, and with a much simpler implementation!

0.3.0

This release introduces a breaking change: you cannot run this library with `gevent` unless you monkey-patch the process with `gevent.monkey.patch_all()` before importing `redis` or `redis-hashring`.

0.2.0

Drop support for redis-py 2 and introduce redis-py 3.

0.1.3

This release improves stability when hashring is started stopped and recreated repeatedly, for example in tests.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.