-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 for command [JSON.ARRLEN] #484
Comments
@JyotinderSingh hello, I will add this command for dice. please assign it to me. thanks. |
Thanks @jujiale! Assigned |
This was referenced Sep 9, 2024
JyotinderSingh
pushed a commit
that referenced
this issue
Sep 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement [JSON.ARRLEN] command
Report the length of the JSON array at path in key
JSON.ARRLEN key [path]
Return
JSON.ARRLEN returns an array of integer replies, an integer for each matching value, each is the array's length, or nil, if the matching value is not an array.
refer to json.arrlen
Add unit and integration tests
The text was updated successfully, but these errors were encountered: