summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/lastsave.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/lastsave.md')
-rw-r--r--iredis/data/commands/lastsave.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/iredis/data/commands/lastsave.md b/iredis/data/commands/lastsave.md
index 8a4dea1..cfec625 100644
--- a/iredis/data/commands/lastsave.md
+++ b/iredis/data/commands/lastsave.md
@@ -1,7 +1,7 @@
-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.
+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.
@return