Skip to content

Redis pubsub commands (15/15 implemented)

PSUBSCRIBE

Listens for messages published to channels that match one or more patterns.

PUBLISH

Posts a message to a channel.

PUBSUB

A container for Pub/Sub commands.

PUBSUB CHANNELS

Returns the active channels.

PUBSUB HELP

Returns helpful text about the different subcommands.

PUBSUB NUMPAT

Returns a count of unique pattern subscriptions.

PUBSUB NUMSUB

Returns a count of subscribers to channels.

PUBSUB SHARDCHANNELS

Returns the active shard channels.

PUBSUB SHARDNUMSUB

Returns the count of subscribers of shard channels.

PUNSUBSCRIBE

Stops listening to messages published to channels that match one or more patterns.

SPUBLISH

Post a message to a shard channel

SSUBSCRIBE

Listens for messages published to shard channels.

SUBSCRIBE

Listens for messages published to channels.

SUNSUBSCRIBE

Stops listening to messages posted to shard channels.

UNSUBSCRIBE

Stops listening to messages posted to channels.