summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/restore.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/restore.md')
-rw-r--r--iredis/data/commands/restore.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/iredis/data/commands/restore.md b/iredis/data/commands/restore.md
index 50632e4..eb605be 100644
--- a/iredis/data/commands/restore.md
+++ b/iredis/data/commands/restore.md
@@ -4,20 +4,19 @@ provided serialized value (obtained via `DUMP`).
If `ttl` is 0 the key is created without any expire, otherwise the specified
expire time (in milliseconds) is set.
-If the `ABSTTL` modifier was used, `ttl` should represent an absolute [Unix
-timestamp][hewowu] (in milliseconds) in which the key will expire. (Redis 5.0 or
-greater).
+If the `ABSTTL` modifier was used, `ttl` should represent an absolute
+[Unix timestamp][hewowu] (in milliseconds) in which the key will expire.
[hewowu]: http://en.wikipedia.org/wiki/Unix_time
For eviction purposes, you may use the `IDLETIME` or `FREQ` modifiers. See
-`OBJECT` for more information (Redis 5.0 or greater).
+`OBJECT` for more information.
-`RESTORE` will return a "Target key name is busy" error when `key` already
-exists unless you use the `REPLACE` modifier (Redis 3.0 or greater).
+`!RESTORE` will return a "Target key name is busy" error when `key` already
+exists unless you use the `REPLACE` modifier.
-`RESTORE` checks the RDB version and data checksum. If they don't match an error
-is returned.
+`!RESTORE` checks the RDB version and data checksum.
+If they don't match an error is returned.
@return