Skip to main content

Arguments

key
str
required
The key of the json entry.
path
str
required
The path of the object. $ is the root.

Response

The number of keys in the objects.
lengths = redis.json.objlen("key", "$.path")