This repository was archived by the owner on Feb 21, 2023. It is now read-only.
Version v1.1.0
NEW:
-
Implement new commands:
wait,touch,swapdb,unlink(see #376); -
Add
async_opargument toflushallandflushdbcommands (see #364, and #370);
FIX:
-
Important! Fix Sentinel sentinel client with pool
minsizegreater than 1 (see #380); -
Fix
SentinelPool.discover_timeoutusage (see #379); -
Fix an issue with
subscribe/psubscribewith 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;