Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RESP3 Null values #67

Open
Coachonko opened this issue Jul 14, 2023 · 3 comments
Open

RESP3 Null values #67

Coachonko opened this issue Jul 14, 2023 · 3 comments
Labels
question Further information is requested

Comments

@Coachonko
Copy link

I am writing a KeyDB client library for the V language, I have noticed that KeyDB is currently responding with RESP2 $-1\r\n and *-1\r\n instead of using RESP3 _\r\n.

Is KeyDB going to switch to RESP3 protocol or is it going to stay on RESP2?

@msotheeswaran-sc msotheeswaran-sc added the question Further information is requested label Jul 26, 2023
@msotheeswaran-sc
Copy link
Collaborator

Each connection needs to manually let the server know it speaks RESP 3 by sending:
HELLO 3
The default behaviour is to use RESP 2

@Coachonko
Copy link
Author

The HELLO command seems to be missing form the docs. Am I wrong?

@msotheeswaran-sc msotheeswaran-sc transferred this issue from Snapchat/KeyDB Jul 26, 2023
@msotheeswaran-sc
Copy link
Collaborator

Correct HELLO is missing from the docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants