From d71fd6264d58795c50b9350d7c39677b671e0896 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 17 Jul 2021 09:34:48 +0200 Subject: Merging upstream version 1.9.4. Signed-off-by: Daniel Baumann --- iredis/data/commands/pubsub.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'iredis/data/commands/pubsub.md') diff --git a/iredis/data/commands/pubsub.md b/iredis/data/commands/pubsub.md index 0a8c0a2..f5a0a7c 100644 --- a/iredis/data/commands/pubsub.md +++ b/iredis/data/commands/pubsub.md @@ -4,6 +4,12 @@ separately. The general form is: PUBSUB ... args ... +Cluster note: in a Redis Cluster clients can subscribe to every node, and can +also publish to every other node. The cluster will make sure that published +messages are forwarded as needed. That said, `PUBSUB`'s replies in a cluster +only report information from the node's Pub/Sub context, rather than the entire +cluster. + # PUBSUB CHANNELS [pattern] Lists the currently _active channels_. An active channel is a Pub/Sub channel -- cgit v1.2.3