methodRedisClient.hstrlenhstrlen(key: KeyLike,field: string): Promise<number>;Get the string length of the value stored in a hash field@param keyThe hash key@param fieldThe field name@returnsPromise that resolves with the length of the string value, or 0 if the field doesn't existReferenced typestype KeyLike = string | ArrayBufferView | Blob