You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: