X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/3c910136c1050ce3943c63201eedb7e940652f38..5436146c8dcd95c5ef3809f2830fb9c08edc4177:/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.-