redis-cli: fix bugs in hints of commands with subcommands. (#8914)
There are two bugs in redis-cli hints: * The hints of commands with subcommands lack first params. * When search matching command of currently input, we should find the command with longest matching prefix. If not COMMAND INFO will always match COMMAND and display no hints.
Please register or sign in to comment