Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
841048f2
Commit
841048f2
authored
Apr 27, 2012
by
antirez
Browse files
redis-cli commands description in help.h updated.
parent
0ad10db2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/help.h
View file @
841048f2
...
@@ -325,7 +325,7 @@ struct commandHelp {
...
@@ -325,7 +325,7 @@ struct commandHelp {
1
,
1
,
"1.0.0"
},
"1.0.0"
},
{
"MIGRATE"
,
{
"MIGRATE"
,
"host port key destination
db timeout"
,
"host port key destination
-
db timeout"
,
"Atomically transfer a key from a Redis instance to another one."
,
"Atomically transfer a key from a Redis instance to another one."
,
0
,
0
,
"2.6.0"
},
"2.6.0"
},
...
@@ -370,7 +370,7 @@ struct commandHelp {
...
@@ -370,7 +370,7 @@ struct commandHelp {
0
,
0
,
"2.6.0"
},
"2.6.0"
},
{
"PEXPIREAT"
,
{
"PEXPIREAT"
,
"key milliseconds
timestamp"
,
"key milliseconds
-
timestamp"
,
"Set the expiration for a key as a UNIX timestamp specified in milliseconds"
,
"Set the expiration for a key as a UNIX timestamp specified in milliseconds"
,
0
,
0
,
"2.6.0"
},
"2.6.0"
},
...
@@ -425,7 +425,7 @@ struct commandHelp {
...
@@ -425,7 +425,7 @@ struct commandHelp {
0
,
0
,
"1.0.0"
},
"1.0.0"
},
{
"RESTORE"
,
{
"RESTORE"
,
"key ttl serialized
value"
,
"key ttl serialized
-
value"
,
"Create a key using the provided serialized value, previously obtained using DUMP."
,
"Create a key using the provided serialized value, previously obtained using DUMP."
,
0
,
0
,
"2.6.0"
},
"2.6.0"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment