You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot detected the issue body's language is not English, translate it automatically.
The HELLO command has three main functions:
Similar to ping and info, check the connection status and return some basic information
Set client name to identify different clients
Switch the redis interaction protocol.
The redis protocol mainly refers to the RESP protocol, and the two commonly used protocols are RESP2 and improved RESP3.
Kiwi currently only implements the RESP2 protocol. The hello-related tests in tcl are all used to switch protocols to test the return values of different protocols.
To pass all tcl tests, you need to implement the RESP3 protocol, which can create a new issure
Which kiwi functionalities are relevant/related to the feature request?
No response
Description
添加 hello 命令的 TCL 测试
参考:#148
No response
Proposed solution
No response
Alternatives considered
No response
The text was updated successfully, but these errors were encountered: