Mhget
Bun

method

RedisClient.hget

key: KeyLike,
field: KeyLike
): Promise<null | string>;

Get the value of a hash field

@param key

The hash key

@param field

The field to get

@returns

Promise that resolves with the field value or null if the field doesn't exist

Referenced types

type KeyLike = string | ArrayBufferView | Blob