tk-redis 0.1.3

A minimal redis client library based on futures+tokio-core
1
2
3
4
5
macro_rules! fail {
    ($ek:ident, $msg:expr) => {
        return Err(::std::io::Error::new(::std::io::ErrorKind::$ek, $msg))
    }
}