redis.json.strlen("key", "$.path.to.str")

Arguments

key
str
required
The key of the json entry.
path
str
default:"$"
The path of the string.

Response

The length of the string at the path.
redis.json.strlen("key", "$.path.to.str")