v1.1.1
-
fix bug: connection with unread response being released to connection pool will lead to parse error, now this kind of connection will be destructed directly. related issue
-
fix bug: remove Connection.can_read check which may lead to block in awaiting pubsub message. Connection.can_read api will be deprecated in next release. related issue
-
add c extension to speedup crc16, which will speedup cluster slot hashing
-
add error handling for asyncio.futures.Cancelled error, which may cause error in response parsing.
-
sync optimization of client list made by swilly22 from redis-py
-
add support for distributed lock using redis cluster