JSON.DEBUG HELP
Syntax
JSON.DEBUG HELP
Time complexity: N/A
ACL categories: @json
Return helpful information about the JSON.DEBUG command.
Return
Array reply: a list of helpful messages.
Examples
dragonfly> JSON.DEBUG HELP
1) "JSON.DEBUG MEMORY <key> [path] - report memory size (bytes) of the JSON element. Path defaults to root if not provided."
2) "JSON.DEBUG FIELDS <key> [path] - report number of fields in the JSON element. Path defaults to root if not provided."
3) "JSON.DEBUG HELP - print help message."