From 318858eb4f48d5e3a27e2cc0c47518ec1d21b6f7 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sun, 10 May 2020 17:41:01 -0400 Subject: [PATCH] add help for hrename Former-commit-id: 7e7f70ff3e238b0b70a40b3e0f0de4ba3c2720ea --- src/help.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/help.h b/src/help.h index d3870d490..000499505 100644 --- a/src/help.h +++ b/src/help.h @@ -1173,7 +1173,12 @@ struct commandHelp { "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)", 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" } };