Expand description
This module extends the library to support Redis Cluster.
Structs§
- Config
- Configuration object.
- Connection
- Wrapper around
redis::aio::MultiplexedConnection
. - Manager
Manager
for creating and recyclingredis::aio::MultiplexedConnection
connections.- Metrics
- Statistics regarding an object returned by the pool
- Pool
Config Pool
configuration.- Status
- The current pool status.
- Timeouts
- Timeouts when getting
Object
s from aPool
.
Enums§
- Config
Error - This error is returned if the configuration contains an error
- Runtime
- Enumeration for picking a runtime implementation.
- Sentinel
Server Type - This type is a wrapper for
redis::sentinel::SentinelServerType
for serialize/deserialize.
Type Aliases§
- Build
Error - Type alias for using
deadpool::managed::BuildError
with [redis_sentinel
]. - Create
Pool Error - Type alias for using
deadpool::managed::CreatePoolError
with [redis_sentinel
]. - Hook
- Type alias for using
deadpool::managed::Hook
with [redis_sentinel
]. - Hook
Error - Type alias for using
deadpool::managed::HookError
with [redis_sentinel
]. - Object
- Type alias for using
deadpool::managed::Object
with [redis_sentinel
]. - Pool
- Type alias for using
deadpool::managed::Pool
with [redis_sentinel
]. - Pool
Builder - Type alias for using
deadpool::managed::PoolBuilder
with [redis_sentinel
]. - Pool
Error - Type alias for using
deadpool::managed::PoolError
with [redis_sentinel
].