methodRedisClient.hexistshexists(key: KeyLike,field: KeyLike): Promise<boolean>;Determine if a hash field exists@param keyThe hash key@param fieldThe field to check@returnsPromise that resolves with true if the field exists, false otherwiseReferenced typestype KeyLike = string | ArrayBufferView | Blob