pub type CreatePoolError = CreatePoolError<ConfigError>;👎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::CreatePoolError with [redis_cluster].
Aliased Type§
pub enum CreatePoolError {
Config(ConfigError),
Build(BuildError),
}Variants§
Config(ConfigError)
This variant is used for configuration errors
Build(BuildError)
This variant is used for errors while building the pool