FLUSHDB
清空当前数据库中的所有 key。
此命令从不失败。
OK
redis> DBSIZE # 清空前的 key 数量 (integer) 4 redis> FLUSHDB OK redis> DBSIZE # 清空后的 key 数量 (integer) 0