crodas / microredis

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

Add checksum::Ref #8

Closed crodas closed 2 years ago

crodas commented 2 years ago

The idea behind this struct is to avoid cloning the Bytes which it represents for quick comparisons, instead a reference of Bytes is referenced in the struct.