Skip to content

v1.1.1

Compare
Choose a tag to compare
@NoneGG NoneGG released this 01 Oct 10:06
· 69 commits to master since this release
  • 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