oxcache 0.2.0

A high-performance multi-level cache library for Rust with L1 (memory) and L2 (Redis) caching.

oxcache

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 17 feature flags, 15 of them enabled by default.

default

full (default)

batch-write (default)

cli (default)

compression (default)

core (default)

lua-script (default)

macros (default)

testing (default)

This feature flag does not enable additional features.

metrics (default)

futures (default)

minimal (default)

redis (default)

memory (default)

serialization (default)

tracing (default)

anyhow

toml