rediscala
rediscala copied to clipboard
Redis streams support?
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.
#228 Implements, but review were stopped prior to completion of PR.