Module deadpool_redis::cluster
source · Expand description
This module extends the library to support Redis Cluster.
Structs
- This is a Redis Cluster client.
- This represents an async Redis Cluster connection. It stores the underlying connections maintained for each node in the cluster, as well as common parameters for connecting to nodes and executing commands.
- Configuration object.
- Wrapper around
redis::cluster_async::ClusterConnection. Managerfor creating and recyclingredis::cluster_asyncconnections.- Statistics regarding an object returned by the pool
Poolconfiguration.- The current pool status.
Enums
- This error is returned if the configuration contains an error
- Enumeration for picking a runtime implementation.
Type Aliases
- Type alias for using
deadpool::managed::BuildErrorwith [redis_cluster]. - Type alias for using
deadpool::managed::CreatePoolErrorwith [redis_cluster]. - Type alias for using
deadpool::managed::Hookwith [redis_cluster]. - Type alias for using
deadpool::managed::HookErrorwith [redis_cluster]. - Type alias for using
deadpool::managed::Objectwith [redis_cluster]. - Type alias for using
deadpool::managed::Poolwith [redis_cluster]. - Type alias for using
deadpool::managed::PoolBuilderwith [redis_cluster]. - Type alias for using
deadpool::managed::PoolErrorwith [redis_cluster].