Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

channelPrefix disables Keyspace Notifications #439

Closed
zivillian opened this issue Jul 5, 2016 · 1 comment
Closed

channelPrefix disables Keyspace Notifications #439

zivillian opened this issue Jul 5, 2016 · 1 comment

Comments

@zivillian
Copy link

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.

@NickCraver
Copy link
Collaborator

This is being worked on in #813 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants