kevy

FLUSHDB

Delete every key of the current database (kevy is single-DB: same as FLUSHALL).

语法FLUSHDB
分组server
参数个数-1
起始版本1.0.0
标志write
复杂度O(N + S) — identical to FLUSHALL
Redis 兼容性differs: kevy is single-DB, so FLUSHDB is an alias of FLUSHALL; ASYNC / SYNC are ignored

← 全部命令