You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, all Pub/Sub Messages are checked against the prefix - if any is configured (RawResult.cs#L80). Since the Keyspace and Keyevent messages have a prefix of __keyspace@ and __keyevent@, they will always be discarded if any channelPrefix is used on the ConnectionMultiplexer.
The text was updated successfully, but these errors were encountered:
Using a connectionString with a channelPrefix options seems to disable all Keyspace Notifications.
As far as I can tell, all Pub/Sub Messages are checked against the prefix - if any is configured (RawResult.cs#L80). Since the Keyspace and Keyevent messages have a prefix of
__keyspace@
and__keyevent@
, they will always be discarded if any channelPrefix is used on the ConnectionMultiplexer.The text was updated successfully, but these errors were encountered: