kevy

XREADGROUP

Read 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

← 全部命令