bgsave

PHP Redis

bgsave

Description

Performs a background save.

异步保存到磁盘。

Parameters

None.

Return value

BOOLTRUE in case of success, FALSE in case of failure. If a save is already running, this command will fail and return FALSE.

Example
$redis->bgSave();