Expand description
Redis client implementations.
Structs§
- Send a series of commands in a pipeline.
- A cheaply cloneable Redis client struct.
- A cheaply cloneable round-robin client pool.
- Replicas
replicasA struct for interacting with cluster replica nodes. - Sentinel
Client sentinel-clientA struct for interacting directly with Sentinel nodes. - Subscriber
Client subscriber-clientA subscriber client that will manage subscription state to any pubsub channels or patterns for the caller. - Transaction
transactionsA cheaply cloneable transaction block. - A client interface used to customize command configuration options.