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

Function zremrangebyrankCommand

src/t_zset.cpp:1997–1999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

zremrangeGenericCommandFunction · 0.85

Tested by

no test coverage detected