const length = await redis.hstrlen("key", "field")

Arguments

key
string
required

The key of the hash.

field
string
required

The name of the field.

Response

0 if the hash or field does not exist. Otherwise the length of the string.

const length = await redis.hstrlen("key", "field")