kevy

XREADGROUP

Read stream entries as a consumer-group member, optionally blocking.

SyntaxXREADGROUP GROUP group consumer [COUNT count] [BLOCK milliseconds] [NOACK] STREAMS key [key ...] id [id ...]
Groupstream
Arity-7
Since1.0.0
Flagswrite, blocking
Complexity'>' 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 compatibilitydiffers: COUNT is parsed but does not bound the '>' scan

← All commands