redis-client 0.4.0

Redis client in Rust
Documentation
//! The tests mod purpose is to test the `redis-client` crate. 

extern crate redis_client;

mod commands;