redis-oxide 0.2.3

High-performance async Redis client for Rust with automatic cluster support, multiplexing, and advanced features
Documentation
1
2
3
4
5
6
7
8
//! Core types and traits for redis-oxide Redis client (embedded)

#![allow(clippy::missing_errors_doc)]

pub mod config;
pub mod error;
pub mod types;
pub mod value;