mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-06 08:27:04 +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",
|
Command: "hello",
|
||||||
Module: constants.ConnectionModule,
|
Module: constants.ConnectionModule,
|
||||||
Categories: []string{constants.FastCategory, constants.ConnectionCategory},
|
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,
|
Sync: false,
|
||||||
KeyExtractionFunc: func(cmd []string) (internal.KeyExtractionFuncResult, error) {
|
KeyExtractionFunc: func(cmd []string) (internal.KeyExtractionFuncResult, error) {
|
||||||
return internal.KeyExtractionFuncResult{
|
return internal.KeyExtractionFuncResult{
|
||||||
|
Reference in New Issue
Block a user