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

Support RESP3 protocol #218

Closed
romange opened this issue Jul 27, 2022 · 3 comments · Fixed by #975
Closed

Support RESP3 protocol #218

romange opened this issue Jul 27, 2022 · 3 comments · Fixed by #975
Assignees
Labels
enhancement New feature or request

Comments

@romange
Copy link
Collaborator

romange commented Jul 27, 2022

RESP3 is an enhancement of RESP2. Specifically, it encodes response types as part of the protocol. It's much easier to build client libraries with RESP3 because a client library does not need to know the semantics of the command in order to parse them.

Relates to #129 #180 and #102

@romange romange added the enhancement New feature or request label Jul 27, 2022
@ashotland
Copy link
Contributor

@ashotland
Copy link
Contributor

In progress - have a working draft

Need to fix rendering of zrange withscores
And organise the code and tests for PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants