pub type RedisAdapter<E> = CustomRedisAdapter<E, RedisDriver>;
Available on crate feature
redis
only.Expand description
The redis adapter with the redis driver.
Aliased Typeยง
struct RedisAdapter<E> { /* private fields */ }
pub type RedisAdapter<E> = CustomRedisAdapter<E, RedisDriver>;
redis
only.The redis adapter with the redis driver.
struct RedisAdapter<E> { /* private fields */ }