kevy

FLUSHDB

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

SyntaxFLUSHDB
Groupserver
Arity-1
Since1.0.0
Flagswrite
ComplexityO(N + S) — identical to FLUSHALL
Redis compatibilitydiffers: kevy is single-DB, so FLUSHDB is an alias of FLUSHALL; ASYNC / SYNC are ignored

← All commands