Open ronaldosc opened 1 year ago
https://redis.io/commands/client-info/ we can see client info is Available since: 6.2.0, we do have a version for every command
where did you see the CONNECT command?
The CONNECT
command is available only in redis-cli (documented here). Although it displays the wrong error message when called w/o arguments, it is still there.
This image above shows interaction with the command CONNECT
As we can see, it needs a help documentation, and king better ERR
version: ^7.0
@itamarhaber i suppose we should document these commands (redis-cli only) in here?
127.0.0.1:6379> help
redis-cli 255.255.255 (git:ac312954)
To get help about Redis commands type:
"help @<group>" to get a list of commands in <group>
"help <command>" for help on <command>
"help <tab>" to get a list of possible help topics
"quit" to exit
To set redis-cli preferences:
":set hints" enable online hints
":set nohints" disable online hints
Set your preferences in ~/.redisclirc
Yep - makes total sense.
If the correction was implemented, you can close. But point to me the PR associated.
It is needed to specify which version is it applied for each command.