crodas / microredis

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

`lmove` is calling `db.get_map_or` nested which may cause deadlock. #54

Closed crodas closed 1 year ago

crodas commented 1 year ago

To fix this introduce a get_map_or variant which accepts a vector of keys.

crodas commented 1 year ago

Fixed in #55