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 the support of RESP3 map type #2028

Merged
merged 5 commits into from
Jan 21, 2024
Merged

Conversation

git-hulk
Copy link
Member

@git-hulk git-hulk commented Jan 18, 2024

This PR mainly supports the RESP3 map type. But we found the FUNCTION LIST command
output now is an array of bulk strings like ["function_name","add","library":"lib1"].
To align with Redis's format which is an array of arrays that should be:
[["function_name","add"], ["library":"lib1"]].

We must mention the breaking change in the FUNCTION LIST command output in our next release notes.

Most codes are changed in test cases to ensure RESP3 is working well.

This closes #1996

Copy link

sonarcloud bot commented Jan 19, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
No data about Coverage
1.6% Duplication on New Code

See analysis details on SonarCloud

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

Successfully merging this pull request may close these issues.

Add RESP3 map type
2 participants