Module fred::clients

source ·
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.
  • Replicasreplicas
    A struct for interacting with cluster replica nodes.
  • SentinelClientsentinel-client
    A struct for interacting directly with Sentinel nodes.
  • SubscriberClientsubscriber-client
    A subscriber client that will manage subscription state to any pubsub channels or patterns for the caller.
  • Transactiontransactions
    A cheaply cloneable transaction block.
  • A client interface used to customize command configuration options.