TurboStore
A concurrent, in-memory, in-process, redis-like storage for Rust.
TurboStore supports multiple data structures, including KV pairs, maps, deques, and sets. It's fast
and async-ready thanks to scc and bitcode, and does not limit the types for each data
structure.
use ;
// This example uses tokio, but the library is runtime-agnostic
async
Typed keys, structs, hash maps, sets, deques, and more are supported.
Documentation
Go to docs.rs/turbostore for the full documentation of the crate.