修改本页
Redis

LASTSAVE

Return the UNIX TIME of the last DB save executed with success. A client may check if a BGSAVE command succeeded reading the LASTSAVE value, then issuing a BGSAVE command and checking at regular intervals every N seconds if LASTSAVE changed.

返回值

Integer reply: an UNIX time stamp.

Comments powered by Disqus