|
SunionCommand
We moved to Redis.io!Redis home moved to http://redis.io, please visit our new home. |
► Sign in to add a comment
|
Search
|
|
SunionCommand
We moved to Redis.io!Redis home moved to http://redis.io, please visit our new home. |
Is it possible to do a SUNION or SINTERSECTION on a set of keys, pass the result of this directly to the MGET command and then return the result of the MGET command?
This would save tremendous amounts of network traffic, when doing set operations on indexes with the intention to return the objects represented by the results of these set operations.
One could just pass in a reference to the indexes, and then have the objects returned in one step.