-
Notifications
You must be signed in to change notification settings - Fork 36
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
PubSub Subscribe actually using psubscribe #3
Comments
I see , you are correct. I will tray to fix and testcover later today. In meantime you can fix this in https://github.com/ra1u/redis-dart/blob/master/lib/subscriber.dart#L44 |
Thanks! -raj On May 19, 2015 at 11:32:44 PM, Luka Rahne ([email protected]) wrote: I see , you are correct. I will tray to fix and testcover later today. In meantime you can fix this in https://github.com/ra1u/redis-dart/blob/master/lib/subscriber.dart#L44 — |
I have uploaded fix on github, but I have some issue uploading package on pub.dartlang.org. I expect resolution in few days. |
fixed in version 0.4.4 or commit 7c181fd |
I noticed the pubsub.subscribe method is actually sending the redis psubscribe command.
Which is a problem when using the pubsub channels, numsub, etc commands.
The text was updated successfully, but these errors were encountered: