azums-redis 0.1.2

Production-grade Redis storage and streaming backend driver for azums
Documentation
1
2
3
4
5
6
7
//! # Azums Redis
//!
//! Production-grade Redis storage and streaming backend implementation for `azums`.

pub mod backend;

pub use backend::RedisBackend;