Skip to content

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

@sonarqubecloud
Copy link

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 marked this pull request as ready for review January 20, 2024 14:29
@git-hulk git-hulk requested a review from PragmaTwice January 21, 2024 07:29
@git-hulk git-hulk merged commit c772109 into apache:unstable Jan 21, 2024
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