XREADGROUPRead stream entries as a consumer-group member, optionally blocking.
| 構文 | XREADGROUP GROUP group consumer [COUNT count] [BLOCK milliseconds] [NOACK] STREAMS key [key ...] id [id ...] |
| グループ | stream |
| 引数の数 | -7 |
| 導入バージョン | 1.0.0 |
| フラグ | write, blocking |
| 計算量 | '>' form: O(log N + U + M) — COUNT does NOT bound the scan, the entire undelivered tail is materialised first. Replay form: O(log P + K) |
| Redis 互換性 | differs: COUNT is parsed but does not bound the '>' scan |