redis-dart icon indicating copy to clipboard operation
redis-dart copied to clipboard

how to cosume Redis Streams / Lists

Open escamoteur opened this issue 1 year ago • 1 comments

Hi,

first of all amazing work! Just what we currently need in our project.

I wonder, is it possible already to consume redis streams or Redis Lists in a blocking way (to wait for the next item bein inserted) or as Dar Streams?

escamoteur avatar Nov 30 '23 12:11 escamoteur

Hi, we've actually built a whole abstraction layer on top of this client which allows you to access Redis Streams as regular Dart Streams (amongst many other things).

We'll be publishing it to Github soon, let's keep in touch

kerberjg avatar Mar 11 '24 02:03 kerberjg