X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/3c910136c1050ce3943c63201eedb7e940652f38..5436146c8dcd95c5ef3809f2830fb9c08edc4177:/doc/ShutdownCommand.html diff --git a/doc/ShutdownCommand.html b/doc/ShutdownCommand.html index ce77ae97..78de2876 100644 --- a/doc/ShutdownCommand.html +++ b/doc/ShutdownCommand.html @@ -16,7 +16,7 @@
Stop all the clients, save the DB, then quit the server. This commandsmakes sure that the DB is switched off without the lost of any data.This is not guaranteed if the client uses simply "SAVE" and then"QUIT" because other clients may alter the DB data between the twocommands.-