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

Function zremrangebyrankCommand

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

Source from the content-addressed store, hash-verified

1996}
1997
1998void zremrangebyrankCommand(client *c) {
1999 zremrangeGenericCommand(c,ZRANGE_RANK);
2000}
2001
2002void zremrangebyscoreCommand(client *c) {
2003 zremrangeGenericCommand(c,ZRANGE_SCORE);

Callers

nothing calls this directly

Calls 1

zremrangeGenericCommandFunction · 0.85

Tested by

no test coverage detected