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
. Manager
for creating and recyclingredis::cluster_async
connections.- Statistics regarding an object returned by the pool
Pool
configuration.- 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::BuildError
with [redis_cluster
]. - Type alias for using
deadpool::managed::CreatePoolError
with [redis_cluster
]. - Type alias for using
deadpool::managed::Hook
with [redis_cluster
]. - Type alias for using
deadpool::managed::HookError
with [redis_cluster
]. - Type alias for using
deadpool::managed::Object
with [redis_cluster
]. - Type alias for using
deadpool::managed::Pool
with [redis_cluster
]. - Type alias for using
deadpool::managed::PoolBuilder
with [redis_cluster
]. - Type alias for using
deadpool::managed::PoolError
with [redis_cluster
].