I'm working with two sorted sets in Redis. At a certain point i need to expire set 1, rename set 2 to set 1. This removes set 2. I then need to duplicate set 1 to recreate set 2 as a replica. Is this possible?
I've spotted zunionstore in the Redis documentation but i'm not sure it's what i'm after.