X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/7f4e28e75046104599a5d83c493fdfd78f93ab49..9e7cee0ed01246e898eac500330c6a16e9dbfddb:/doc/LastsaveCommand.html diff --git a/doc/LastsaveCommand.html b/doc/LastsaveCommand.html index c10b8024..67b1f66f 100644 --- a/doc/LastsaveCommand.html +++ b/doc/LastsaveCommand.html @@ -16,7 +16,7 @@
Return the UNIX TIME of the last DB save executed with success.A client may check if a BGSAVE command succeeded reading the LASTSAVEvalue, then issuing a BGSAVE command and checking at regular intervalsevery N seconds if LASTSAVE changed.-