clia-rcproxy 2.2.1

A lightweight, fast and powerful Redis Cluster Proxy written in Rust.
Documentation
1
2
3
4
5
extern crate libaster;

fn main() {
    libaster::run().unwrap();
}