const myType = await redis.json.type("key", "$.path.to.value");
Report the type of JSON value at path.
path
null
Was this page helpful?