lastSave
Description
Returns the timestamp of the last disk save.
返回最后一次数据磁盘持久化的时间戳。
Parameters
None.
Return value
INT: timestamp.
Example
$redis->lastSave();
Returns the timestamp of the last disk save.
返回最后一次数据磁盘持久化的时间戳。
None.
INT: timestamp.
$redis->lastSave();