Mmget
Bun

method

RedisClient.mget

...keys: KeyLike[]
): Promise<null | string[]>;

Get the values of all specified keys

@param keys

The keys to get

@returns

Promise that resolves with an array of values, with null for keys that don't exist

Referenced types

type KeyLike = string | ArrayBufferView | Blob