add help for hrename
Former-commit-id: 7e7f70ff3e238b0b70a40b3e0f0de4ba3c2720ea
This commit is contained in:
parent
ec82755227
commit
318858eb4f
@ -1173,7 +1173,12 @@ struct commandHelp {
|
|||||||
"name [single/repeat] [optional: start] delay script numkeys [key N] [arg N]",
|
"name [single/repeat] [optional: start] delay script numkeys [key N] [arg N]",
|
||||||
"Run a specified script after start + delay, optionally repeating every delay interval. The job may be cancelled by deleting the key associated with the job (name parameter)",
|
"Run a specified script after start + delay, optionally repeating every delay interval. The job may be cancelled by deleting the key associated with the job (name parameter)",
|
||||||
10,
|
10,
|
||||||
"6.5.2"
|
"6.5.2"},
|
||||||
|
{ "KEYDB.HRENAME",
|
||||||
|
"key [src hash key] [dst hash key]",
|
||||||
|
"Rename a hash key, copying the value.",
|
||||||
|
4,
|
||||||
|
"6.5.3"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user