Mhvals
Bun

method

RedisClient.hvals

key: KeyLike
): Promise<string[]>;

Get all values in a hash

@param key

The hash key

@returns

Promise that resolves with an array of values

Referenced types

type KeyLike = string | ArrayBufferView | Blob