const length = await redis.hstrlen("key", "field")
Returns the string length of a value in a hash.
0
Was this page helpful?