methodRedisClient.hlenhlen(key: KeyLike): Promise<number>;Get the number of fields in a hash@param keyThe hash key@returnsPromise that resolves with the number of fieldsReferenced typestype KeyLike = string | ArrayBufferView | Blob