crodas / microredis

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

Delay db insert to avoid deadlock #55

Closed crodas closed 2 years ago

crodas commented 2 years ago

When using get_map_or it is not allowed to change the database state inside the callback or it may endup in a database deadlock.

This PR fixes that situation for lmove