flodgatt/src/response.rs

10 lines
226 B
Rust

//! Stream the updates appropriate for a given `User`/`timeline` pair from Redis.
pub mod redis;
pub mod stream;
pub(crate) use redis::ManagerErr;
#[cfg(feature = "bench")]
pub use redis::msg::{RedisMsg, RedisParseOutput};