Mhmget
Bun

method

RedisClient.hmget

key: KeyLike,
fields: string[]
): Promise<null | string[]>;

Get the values of all the given hash fields

@param key

The hash key

@param fields

The fields to get

@returns

Promise that resolves with an array of values

Referenced types

type KeyLike = string | ArrayBufferView | Blob