redis-cli suggestion - AUTH keeps suggesting [username] even after username and password are typed
Comment From: enjoy-binbin
This seems normal, optional parameters are like this
127.0.0.1:6379> ping hello [message]
127.0.0.1:6379> hello 3 setname name [protover [AUTH username password] [SETNAME clientname]]
Comment From: oranagra
this is due to this issue: #9303