Module deadpool_redis::sentinel
source · Expand description
This module extends the library to support Redis Cluster.
Structs§
- Configuration object.
- Wrapper around
redis::aio::MultiplexedConnection
. Manager
for creating and recyclingredis::aio::MultiplexedConnection
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.
- This type is a wrapper for
redis::sentinel::SentinelServerType
for serialize/deserialize.
Type Aliases§
- Type alias for using
deadpool::managed::BuildError
with [redis_sentinel
]. - Type alias for using
deadpool::managed::CreatePoolError
with [redis_sentinel
]. - Type alias for using
deadpool::managed::Hook
with [redis_sentinel
]. - Type alias for using
deadpool::managed::HookError
with [redis_sentinel
]. - Type alias for using
deadpool::managed::Object
with [redis_sentinel
]. - Type alias for using
deadpool::managed::Pool
with [redis_sentinel
]. - Type alias for using
deadpool::managed::PoolBuilder
with [redis_sentinel
]. - Type alias for using
deadpool::managed::PoolError
with [redis_sentinel
].