Type Alias RedisAdapter

Source
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 */ }