-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Is this command implemented? #2147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@wj8400684 - XREAD groups is implemented by I wrote an article about stream basics for .NET devs. I also added tutorials for those who absolutely need blocking stream reads using ServiceStack.Redis (written by an old colleague of the authors of this library) and CSRedis, which is a resurrected .NET Redis library - both of which do support the blocking reads. |
I read the source code of your framework. There is a request timeout mechanism. Is it because this can't be done? |
The timeout version is blocking which currently isn't supported, but you could call it explicitly via |
OK, thanks |
Is it supported now? |
XREADGROUP GROUP group consumer [COUNT count] [BLOCK milliseconds] [NOACK] STREAMS key [key ...] id [id ...]
The text was updated successfully, but these errors were encountered: