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

PubSub Subscribe actually using psubscribe #3

Closed
rajmaniar opened this issue May 20, 2015 · 4 comments
Closed

PubSub Subscribe actually using psubscribe #3

rajmaniar opened this issue May 20, 2015 · 4 comments
Labels

Comments

@rajmaniar
Copy link

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.

@ra1u
Copy link
Owner

ra1u commented May 20, 2015

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

@ra1u ra1u added the bug label May 20, 2015
@rajmaniar
Copy link
Author

Thanks!
I changed and tested the psubscribe -> subscribe yesterday and it works perfectly.

-raj

On May 19, 2015 at 11:32:44 PM, Luka Rahne (notifications@github.com) 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


Reply to this email directly or view it on GitHub.

ra1u added a commit that referenced this issue May 20, 2015
@ra1u
Copy link
Owner

ra1u commented May 20, 2015

I have uploaded fix on github, but I have some issue uploading package on pub.dartlang.org. I expect resolution in few days.

@ra1u ra1u closed this as completed May 20, 2015
@ra1u
Copy link
Owner

ra1u commented May 20, 2015

fixed in version 0.4.4 or commit 7c181fd

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

No branches or pull requests

2 participants