Module puff_rs::databases::pubsub

source ·

Structs

Represents redis commands.
A client to work with PubSub. A pubsub client currently is assumed to be alive for the lifetime of a program and maintains a single persistent connection to Redis.
A connection that can subscribe to new messages.
A message received from a pubsub channel.

Functions

Build a new PubSubClient with the provided connection information.

Type Definitions