kevy

COMMAND

Introspect the command table (COUNT, LIST, INFO, DOCS subcommands).

语法COMMAND [COUNT | LIST | INFO command [command ...] | DOCS [command [command ...]]]
分组server
参数个数-1
起始版本1.0.0
标志readonly
复杂度bare / LIST / DOCS: O(V) verbs. COUNT: O(1). INFO / DOCS with k names: O(k*V) — the lookup is a linear scan
Redis 兼容性differs: COUNT / LIST / INFO / DOCS only — GETKEYS and GETKEYSANDFLAGS are absent, and the info rows hard-code first/last/step and leave ACL categories, tips and key-specs empty

← 全部命令