mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-06 00:16:53 +08:00
Added description for the HELLO command
This commit is contained in:
@@ -226,7 +226,9 @@ Otherwise, the server will return "PONG".`,
|
||||
Command: "hello",
|
||||
Module: constants.ConnectionModule,
|
||||
Categories: []string{constants.FastCategory, constants.ConnectionCategory},
|
||||
Description: `(HELLO [protover [AUTH username password] [SETNAME clientname]])`,
|
||||
Description: `(HELLO [protover [AUTH username password] [SETNAME clientname]])
|
||||
Switch to a different protocol, optionally authenticating and setting the connection's name,
|
||||
or provide a contextual client report.`,
|
||||
Sync: false,
|
||||
KeyExtractionFunc: func(cmd []string) (internal.KeyExtractionFuncResult, error) {
|
||||
return internal.KeyExtractionFuncResult{
|
||||
|
Reference in New Issue
Block a user