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

← すべてのコマンド