pub type BuildError = BuildError;👎Deprecated since 0.1.1: The functionality of
redis_cluster_async has been merged into the
redis crate rendering this crate obsolete. Please use deadpool-redis instead.Expand description
Type alias for using deadpool::managed::BuildError with [redis_cluster].
Aliased Type§
pub enum BuildError {
NoRuntimeSpecified,
}Variants§
NoRuntimeSpecified
[Runtime] is required du to configured timeouts.