Implement HELLO command #54
Labels
advanced
An advanced enhancement requiring deep knowledge of the codebase and/or a particular topic
enhancement
New feature or request
Implement
HELLO
command that modifies the connection's RESP version and optionally authenticates the connection.Reference: https://redis.io/docs/latest/commands/hello/
Client-Server Spec:
Command File: ./internal/modules/connection/commands.go
Test File: ./internal/modules/connection/commands_test.go
Command:
hello
Module:
constants.ConnectionModule
Categories:
constants.ConnectionCategory
,constants.FastCategory
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
The text was updated successfully, but these errors were encountered: