redis-client 0.5.0

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

extern crate redis_client;

mod commands;