MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zunionCommand

Function zunionCommand

app/redis-6.2.6/src/t_zset.c:2848–2850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected