hit-box / hitbox

A high-performance caching framework suitable for single-machine and for distributed applications in Rust
MIT License
73 stars 6 forks source link

Add implementation for multi-messages in Backend #34

Closed topenkoff closed 1 year ago

topenkoff commented 3 years ago

It would be nice to extend Backend Trait to work with messages which have multiple data. This might be useful for working with MGET, MSET in Redis

singulared commented 1 year ago

I think we should discuss this functionality later. I have no idea about how we can use and implement it (in terms of implementation costs)