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

Add support for Redis Streams #214

Open
gkorland opened this issue Jul 5, 2018 · 5 comments
Open

Add support for Redis Streams #214

gkorland opened this issue Jul 5, 2018 · 5 comments
Assignees

Comments

@gkorland
Copy link

gkorland commented Jul 5, 2018

Add support for XADD / XREAD / XRANGE / XREVRANGE / XLEN ... operations

@debasishg debasishg self-assigned this Jul 21, 2018
@debasishg
Copy link
Owner

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 ..

masahitojp added a commit to masahitojp/scala-redis that referenced this issue Jan 22, 2019
@masahitojp
Copy link

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
Could you please assign this issue to me if you do not mind?

Thanks!

masahitojp added a commit to masahitojp/scala-redis that referenced this issue Jan 22, 2019
@nguyenvietyen
Copy link

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.

@codeninja55
Copy link

Just wondering what the status of this additional feature will be? Does anyone have a basic implementation of this as a workaround for now?

@debasishg
Copy link
Owner

@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 ..

@debasishg debasishg assigned masahitojp and unassigned debasishg Mar 1, 2020
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

5 participants