Arguments
str
required
The key of the json entry.
str
required
The path of the string.
$ is the root.Response
The length of the string at the path.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
redis.json.strlen("key", "$.path.to.str")
Report the length of the JSON String at path in key
$ is the root.redis.json.strlen("key", "$.path.to.str")
Was this page helpful?