type MyType = { a: number; b: string; } const values = await redis.mget<MyType>("key1", "key2", "key3"); // values.length -> 3
Load multiple keys from Redis in one go.
null
Was this page helpful?