1.1.1
π Bugfixes
Streams
- #452
XADD
does not unblockXREAD
with BLOCK > 0
Transactions
FLUSHALL
must be queued insideMULTI
-EXEC
transactionFLUSHALL
must notify all theWAIT
-monitored keysMULTI
andWAIT
inside transaction should return errors but not discard the transaction- In case there are errors when collecting the transaction queue, the whole transaction is not executed
πΌ Maintenance
- Code refactoring
- Dependencies updates
Thanks @filipezlopez for reporting the bug and @1BAH for providing the fix and refactorings