Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Version v1.1.0

Compare
Choose a tag to compare
@popravich popravich released this 16 Feb 21:32
· 749 commits to master since this release

NEW:

  • Implement new commands: wait, touch, swapdb, unlink (see #376);

  • Add async_op argument to flushall and flushdb commands (see #364, and #370);

FIX:

  • Important! Fix Sentinel sentinel client with pool minsize greater than 1 (see #380);

  • Fix SentinelPool.discover_timeout usage (see #379);

  • Fix Receiver hang on disconnect (see #354 and #366);

  • Fix an issue with subscribe/psubscribe with empty pool (see #351 and #355);

  • Fix an issue when StreamReader's feed_data is called before set_parser (see #347);

MISC:

  • Update dependencies versions;

  • Multiple test fixes;