summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/persist.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/persist.md')
-rw-r--r--iredis/data/commands/persist.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/iredis/data/commands/persist.md b/iredis/data/commands/persist.md
index 4819230..67a0014 100644
--- a/iredis/data/commands/persist.md
+++ b/iredis/data/commands/persist.md
@@ -6,8 +6,8 @@ is associated).
@integer-reply, specifically:
-- `1` if the timeout was removed.
-- `0` if `key` does not exist or does not have an associated timeout.
+* `1` if the timeout was removed.
+* `0` if `key` does not exist or does not have an associated timeout.
@examples