You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Please refer Redis RESP3
The text was updated successfully, but these errors were encountered: