This repository has been 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_op
argument toflushall
andflushdb
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 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;