const values = await redis.zdiffstore("destination", 2, "key1", "key2");
Writes the difference between sets to a new key.
Was this page helpful?