FLUSHDB
Syntax
Section titled “Syntax”FLUSHDB
FLUSHDB deletes all keys present in the database.
Examples
Section titled “Examples”localhost:7379> SET k1 v1OKlocalhost:7379> SET k2 v2OKlocalhost:7379> FLUSHDBOKlocalhost:7379> GET k1OK ""localhost:7379> GET k2OK ""