null
const values = await redis.mget("key1", "key2", "key3");
await redis.mset({ key1: { a: 1 }, key2: "value2", key3: true, });
Was this page helpful?