MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / zunionCommand

Function zunionCommand

src/t_zset.cpp:2847–2849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2845}
2846
2847void zunionCommand(client *c) {
2848 zunionInterDiffGenericCommand(c, NULL, 1, SET_OP_UNION);
2849}
2850
2851void zinterCommand(client *c) {
2852 zunionInterDiffGenericCommand(c, NULL, 1, SET_OP_INTER);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected