Mhexists
Bun

method

RedisClient.hexists

key: KeyLike,
field: KeyLike
): Promise<boolean>;

Determine if a hash field exists

@param key

The hash key

@param field

The field to check

@returns

Promise that resolves with true if the field exists, false otherwise

Referenced types

type KeyLike = string | ArrayBufferView | Blob