I was wondering why HELP doesn't appear to work when running on terminal.

> redis-cli HELP SET
# empty line

I am using 7rc2. I ran against 6.2 as well, same result. Is this something potential to include one day? I dug around prior tickets but didn't see anything about this (I suspect someone else has asked so sorry about any dup).

Comment From: enjoy-binbin

ohh i see, in this case, we did not init the command table, so i won't be able to match the command and print the help. i am taking a look, looks like it's easy to fix if needed

[root@binblog redis]# src/redis-cli help set

  SET key value [EX seconds|PX milliseconds|EXAT unix-time-seconds|PXAT unix-time-milliseconds|KEEPTTL] [NX|XX] [GET]
  summary: Set the string value of a key
  since: 1.0.0
  group: string