This is a Rust implementation for Redis cluster library.
This library extends redis-rs library to be able to use cluster. Client impletemts traits of ConnectionLike and Commands. So you can use redis-rs's access methods. If you want more information, read document of redis-rs.
Note that this library is currently not have features of Pipeline and Pubsub.
Example
extern crate redis_cluster_rs;
use ;