simple-redis-wrapper 0.1.13

A simple redis client wrapper
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "redis-rs")]
pub mod redis_rs_async_client;

pub mod common;
#[cfg(feature = "fred")]
pub mod fred_async_client;
pub mod types;