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