Asyncio-redis-cluster

Latest version: v0.1.1

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

Scan your dependencies

Page 2 of 2

0.12.4

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

New features:
- Unix socket support. (When port=3, we suppose unix socket connection.)

Fixes:
- Closing of transport in Connection.__del__ and unittests.

0.12.3

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

Fixes:
- Correctly handle CancelledError.
- Passing of both host and port variables in unit tests.
- Using the correct loop during reconnect in Connection.

0.12.2

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

Fixes:
- Passing a custom loop should now work everywhere. (Unit tests added.)

0.12.1

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

New features:
- _asdict suffixes for methods that have a ZRangeReply return-annotation.
- Added ZREVRANGE

Fixes:
- Encoding of negative integers
- Fixes in the MOVE and PUNSUBSCRIBE
- Using separate logger
- Fix when transmitting large replies over the network.

Backward-incompatibilities:
- Iterating through a DictReply or ZRangeReply now yields futures that return
(key, value) tuples instead of {key:value} dicts of one element. (This
behaviour was not really documented and it certainly is an improvement.)

0.11.1

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

New features:
- Timeout support for blpop/brpop/brpoplpush
- setup.py improved. Don't install asyncio on Python 3.4

0.10.1

------------------
No changelog before this point.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.