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

Subscribe / Publish seem to be omitted from the API #59

Open
jabwd opened this issue Aug 9, 2017 · 2 comments
Open

Subscribe / Publish seem to be omitted from the API #59

jabwd opened this issue Aug 9, 2017 · 2 comments

Comments

@jabwd
Copy link

jabwd commented Aug 9, 2017

Would there be a way for me to subscribe to a redis channel? As far as I can see in the documentation / source is there is only a one way usage of KituraRedis, where you issue a command and always only once get data back.

@quanvo87
Copy link
Contributor

Kitura-redis currently does not support PUBLISH/SUBSCRIBE. This would require a rework on how we use the underlying socket library, which is lower on our priority list at the moment.

@yspreen
Copy link

yspreen commented Aug 3, 2023

welp. knowing this earlier would've saved me from using the library in the first place...
definitely a required feature for a redis lib

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

No branches or pull requests

3 participants