Mdump
Bun

method

RedisClient.dump

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

Return a serialized version of the value stored at the specified key

@param key

The key to dump

@returns

Promise that resolves with the serialized value, or null if the key doesn't exist

Referenced types

type KeyLike = string | ArrayBufferView | Blob