crodas / microredis

Redis server implemented in rust.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

BLMOVE / BRPOPLPUSH #51

Closed crodas closed 1 year ago

crodas commented 1 year ago

Added support for BLMOVE / BRPOPLPUSH and improved the overall process for all commands that would block the connection. The improvements are:

Fixes #42 and #43