Redis Data Types Cheat Sheet/Store union of sorted sets

Combine multiple sorted sets into a destination key.

Section: Sorted sets

Store union of sorted sets

bash
bash
ZUNIONSTORE combined 2 board:daily board:weekly

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Sorted sets
Add scored members
Insert or update sorted-set scores.
OpenIn sheetbashsame section
Get a member score
Read a member's numeric score.
OpenIn sheetbashsame section
Increment member score
Add to a member's score.
OpenIn sheetbashsame section
Read by rank
Get members by ascending rank.
OpenIn sheetbashsame section
Read highest-ranked members
Get members by descending rank.
OpenIn sheetbashsame section
Read by score interval
Get members in a score range.
OpenIn sheetbashsame section