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

Add support of RESP3 in Lua #2119

Merged
merged 6 commits into from
Feb 29, 2024
Merged

Conversation

git-hulk
Copy link
Member

@git-hulk git-hulk commented Feb 26, 2024

This closes #2035

@git-hulk git-hulk marked this pull request as ready for review February 27, 2024 13:47
Currently, it calculates the length of 32bit string from position 0 to
3, but the right position should be 0 to 4 in ziplist and listpack. So
it will retrieve a wrong length and throw an error.
@git-hulk git-hulk requested a review from PragmaTwice February 29, 2024 01:56
Copy link

sonarcloud bot commented Feb 29, 2024

@git-hulk git-hulk merged commit db2d244 into apache:unstable Feb 29, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support RESP3 in Lua scripts
2 participants