Asyncio-redis-cluster

Latest version: v0.1.1

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

Scan your dependencies

Page 1 of 2

0.13.4

------------------

Fixes:
- Rpoplpush can return nil when the list is empty.

0.13.3

------------------

Fixes:
- Protocol was in a faulty state after a transaction failure.
- Pubsub did not work with BytesEncoder.

0.13.2

------------------

Fixes:
- Fixed broken psubscribe.

0.13.1

------------------

Fixes:
- HiRedisProtocol implementation has been improved. (Cleaner code and a little
faster.)

Backward-incompatibilities:
- Some arguments of Connection, Pool and RedisProtocol are now keyword-only.
- Made hiredis on optional dependency. (Using extra_required in the setup.)

0.12.6

------------------

New features:
- Added `protocol_class` parameter for Pool and Connection
- Added experimental `HiRedisProtocol` class.

Fixes:
- Improving the performance of multibulk replies (Especially _asset, _asdict
and _aslist methods should be significantly faster.)

0.12.5

------------------

Fixes:
- Circular reference between `Connection` and `Protocol` was never cleaned up
because of __del__.
- Memory leaks in unit tests were fixed.

Backward-incompatibilities:
- Connection is not closed anymore in __del__, like in version 0.12.4, but
instead the `Connection` and `Pool` classes got an explicit close method.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.