Description
Removes all entries from the current database.
强制刷新当前DB(生成环境请慎用,会清掉当前DB中的所有key)。
清除所有DB中的key:flushAll
Parameters
None.
Return value
BOOL: Always TRUE.
Example
$redis->flushDB();
Description
Removes all entries from the current database.
强制刷新当前DB(生成环境请慎用,会清掉当前DB中的所有key)。
清除所有DB中的key:flushAll
Parameters
None.
Return value
BOOL: Always TRUE.
Example
$redis->flushDB();