Skip to content

1.1.1

Latest
Compare
Choose a tag to compare
@inponomarev inponomarev released this 24 Apr 08:34
· 10 commits to master since this release

🐞 Bugfixes

Streams

  • #452 XADD does not unblock XREAD with BLOCK > 0

Transactions

  • FLUSHALL must be queued inside MULTI-EXEC transaction
  • FLUSHALL must notify all the WAIT-monitored keys
  • MULTI and WAIT 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