diff options
author | antirez <antirez@gmail.com> | 2012-04-27 15:57:17 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2012-04-27 15:57:27 +0200 |
commit | 841048f2c832b41d168b10cea6d80c1ab3c49dca (patch) | |
tree | 043ffa11d15614f3e1fb9eb4c96f3c8220e3154b /src | |
parent | 0ad10db22098ef1555236719743e02da7cb85e00 (diff) | |
download | redis-841048f2c832b41d168b10cea6d80c1ab3c49dca.tar.gz |
redis-cli commands description in help.h updated.
Diffstat (limited to 'src')
-rw-r--r-- | src/help.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/help.h b/src/help.h index cde95c1f8..406fb224d 100644 --- a/src/help.h +++ b/src/help.h @@ -325,7 +325,7 @@ struct commandHelp { 1, "1.0.0" }, { "MIGRATE", - "host port key destination db timeout", + "host port key destination-db timeout", "Atomically transfer a key from a Redis instance to another one.", 0, "2.6.0" }, @@ -370,7 +370,7 @@ struct commandHelp { 0, "2.6.0" }, { "PEXPIREAT", - "key milliseconds timestamp", + "key milliseconds-timestamp", "Set the expiration for a key as a UNIX timestamp specified in milliseconds", 0, "2.6.0" }, @@ -425,7 +425,7 @@ struct commandHelp { 0, "1.0.0" }, { "RESTORE", - "key ttl serialized value", + "key ttl serialized-value", "Create a key using the provided serialized value, previously obtained using DUMP.", 0, "2.6.0" }, |