Expand description

Redis client implementations.

Structs

The primary Redis client struct.

SentinelClientsentinel-client

A struct for interacting directly with Sentinel nodes.

SentinelConfigsentinel-client

Configuration options for sentinel clients.

SubscriberClientsubscriber-client

A subscriber client that will manage subscription state to any pubsub channels or patterns for the caller.

A client struct for commands in a MULTI/EXEC transaction block.