-
Notifications
You must be signed in to change notification settings - Fork 218
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
Add support for Redis Streams #214
Comments
Thanks for reporting. I assigned this to myself and will work on it .. may be it will take some time to push into my already full calendar .. |
Hi , @debasishg Do you work it now? I'd like to implement this and started to do it. https://github.com/masahitojp/scala-redis/tree/support-redis-stream Thanks! |
FYI. I tried to continue this for our own projects that are now based on Redis Streams. I found it not trivial to make a simple yet generic implementation. The responses from various Stream command have potentially a high variability. The response parsing functions are therefore not so straightforward. We've resorted to custom parsers ATM to workaround this. |
Just wondering what the status of this additional feature will be? Does anyone have a basic implementation of this as a workaround for now? |
@masahitojp Thanks for your effort .. I am too pre-occupied with other stuff to start working on this. It would be wonderful to have a PR though .. and apologies for the late response .. |
Add support for XADD / XREAD / XRANGE / XREVRANGE / XLEN ... operations
The text was updated successfully, but these errors were encountered: