redis-dart
redis-dart copied to clipboard
how to cosume Redis Streams / Lists
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?
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