Skip to main content

azums_redis/
lib.rs

1//! # Azums Redis
2//!
3//! Production-grade Redis storage and streaming backend implementation for `azums`.
4
5pub mod backend;
6
7pub use backend::RedisBackend;