crodas / microredis

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

Add Hash support #3

Closed crodas closed 2 years ago

crodas commented 2 years ago

Add Hash support. The Hash is yet another variant of Value and it is stored in the main in-memory database. A new method is introduced, get_map that will return the value in a callback without dropping the lock.

Roadmap