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

Redis pubsub support #56

Open
yii-bot opened this issue Jan 23, 2016 · 0 comments
Open

Redis pubsub support #56

yii-bot opened this issue Jan 23, 2016 · 0 comments
Labels
type:enhancement Enhancement

Comments

@yii-bot
Copy link

yii-bot commented Jan 23, 2016

This issue has originally been reported by @nineinchnick at yiisoft/yii2#1932.
Moved here by @cebe.


When (P)SUBSCRIBE is called in Redis a client is not supposed to execute any more commands except for (P)(UN)SUBSCRIBE.
He then should listen for incoming messages.

This can be achieved by making parseResponse() public. Also, either it has to return null on timeout instead of an exception or throw a different exception so it can be caught. Or at least one with a different code.

I require this in my queue implementation that I'm working on for yiisoft/yii2#492.

@cebe cebe added the type:enhancement Enhancement label Apr 5, 2017
@cebe cebe added this to the 2.0.x milestone Apr 5, 2017
@samdark samdark removed this from the 2.0.x milestone Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Enhancement
Projects
None yet
Development

No branches or pull requests

3 participants