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

Unbind backend interction with a cache from actix. #17

Closed singulared closed 1 year ago

singulared commented 3 years ago

The main idea is removing actix dependency from hitbox-backend and hitbox main crate in favor of pure tokio. Need to describe new Backend trait that explicit interaction with CachedValue struct instead of serialized bytes.