rediscala icon indicating copy to clipboard operation
rediscala copied to clipboard

Redis streams support?

Open lpld opened this issue 6 years ago • 1 comments

Starting from version 5.0, Redis provides a new Stream data type with a bunch of new commands: https://redis.io/topics/streams-intro

Do you have any plans for supporting it?

I've been playing with the code a bit, and it looks like it's not super hard to add new commands. I could probably try to implement streams support. Will you be interested?

Thanks.

lpld avatar Jul 28 '19 20:07 lpld

#228 Implements, but review were stopped prior to completion of PR.

houstonheat avatar Jun 01 '20 19:06 houstonheat