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

Implement pub/sub convenience commands #3

Open
sebastienfilion opened this issue Dec 29, 2020 · 0 comments
Open

Implement pub/sub convenience commands #3

sebastienfilion opened this issue Dec 29, 2020 · 0 comments
Labels
help wanted Extra attention is needed
Projects

Comments

@sebastienfilion
Copy link
Collaborator

I created a separate ticket for the pub/sub commands because SUBSCRIBE and PSUBSCRIBE are blocking commands.
My high level idea for these commands is that they would an async iterator that could be passed to stream.

Although PUBLISH, UNSUBSCRIBE, PUNSUBSCRIBE and, PUBSUB can be factories like all the other commands, subscribe would be better suited as a function of the client submodule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant