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

Function zremrangebyscoreCommand

src/t_zset.cpp:2001–2003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1999}
2000
2001void zremrangebyscoreCommand(client *c) {
2002 zremrangeGenericCommand(c,ZRANGE_SCORE);
2003}
2004
2005void zremrangebylexCommand(client *c) {
2006 zremrangeGenericCommand(c,ZRANGE_LEX);

Callers

nothing calls this directly

Calls 1

zremrangeGenericCommandFunction · 0.85

Tested by

no test coverage detected