redisx 0.0.2

Minimal and Asynchronous Redis client for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
mod connection;
mod error;
mod io;
mod pool;
mod raw;
mod url;

pub use connection::Connection;
pub use error::{Error, Result};
pub use pool::Pool;