API ReferenceJSON
JSONStrLen
Get the length of a JSON string value
Syntax
Redix.JSONStrLen(key, path, callback)Parameters
Prop
Type
Returns
Prop
Type
Example
Redix.JSONStrLen('character:123', '$.name', function(err, length)
if not err then
print('Name length:', length)
end
end)