Fix HELLO error message command syntax suggestion (#11809)
A simple HELLO command to a password protected Redis server replies with an error with another command suggestion. This omits protocol version from HELLO command arguments which causes another error. This PR adds the protocol version in the command suggestion.
Please register or sign in to comment