kevy

PREFIX.STATS

Report key-count and byte statistics for a key prefix.

構文PREFIX.STATS prefix
グループmigration
引数の数2
導入バージョン3.0.0
フラグreadonly, extension
計算量O(keys on the shard) — a full keyspace walk on every shard; the prefix cannot be precomputed
Redis 互換性kevy-only: nearest is INFO keyspace's db0:keys=N,expires=M — the same two counters, but whole-DB and O(1) off a counter, where ours is per-prefix and therefore O(keyspace)

← すべてのコマンド