kevy

XINFO

Introspect a stream, its groups, or its consumers.

構文XINFO STREAM key | GROUPS key | CONSUMERS key group | HELP
グループstream
引数の数-2
導入バージョン1.0.0
フラグreadonly
計算量STREAM: O(1). GROUPS: O(G*N) — 'lag' is a linear walk of every entry, once per group. CONSUMERS: O(C)
Redis 互換性differs: STREAM / GROUPS / CONSUMERS / HELP only — XINFO STREAM FULL is absent; radix-tree-keys and nodes are synthetic (we have no radix tree), entries-read is approximated, and CONSUMERS omits 'inactive'

← すべてのコマンド