Memcached alternative - Distributed caching
Memcached alternatifi - Dagitik onbellekleme
Esanlik hashmap
dashmap = "6"LRU onbellek
lru = "0.12"Async runtime
tokio = { version = "1", features = ["full"] }Copy this Cargo.toml to get started:
[package]
name = "my-cache-layer"
version = "0.1.0"
edition = "2021"
[dependencies]
dashmap = "6"
lru = "0.12"
tokio = { version = "1", features = ["full"] }
thiserror = "1"
tracing = "0.1"