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 RESP3 map type #1996

Closed
git-hulk opened this issue Jan 8, 2024 · 0 comments · Fixed by #2028
Closed

Add RESP3 map type #1996

git-hulk opened this issue Jan 8, 2024 · 0 comments · Fixed by #2028
Assignees

Comments

@git-hulk
Copy link
Member

git-hulk commented Jan 8, 2024

Please refer Redis RESP3

@git-hulk git-hulk self-assigned this Jan 17, 2024
git-hulk added a commit that referenced this issue Jan 21, 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"]]`.

This closes #1996
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 a pull request may close this issue.

1 participant