Hi!

I noticed that KeySpace and KeyEvents are not broadcasted to other nodes in the cluster, even with all notification options (AKE) enabled. This is happening on both 3.0.6 stable and 3.2-rc1. Only the node itself and the slave seem to get these events. Normal publish messages are delivered without any issues.

Here is a screenshot of a 3 node setup

Is this a bug or do I have to enable something to get these events working?

Thanks, Peter.

Comment From: OfirYemini

I'm having the same issue here, KeyEvents will work only when you subscribed to the same node that has the key. please advise!

Comment From: Calabor-Hoc

Note: keyspace notifications are node-specific, unlike regular pub/sub which is broadcast from all nodes. So: you (or the library you are using) would need to attach to all nodes to reliably get keyspace notifications from cluster.

See this comment from a similar issue;

Comment From: itamarhaber

This has been also added to the documentation via https://github.com/redis/redis-doc/pull/1367

Closing - feel free to reopen or create a new issue if needed.