crodas / microredis

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

Don't use callback and Guard with a RwLock the Value inside Entry #63

Closed crodas closed 5 months ago

crodas commented 5 months ago

Instead return a reference to the Guarded HashMap and a reference to the Key to be read