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

Function zremrangebyscoreCommand

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

zremrangeGenericCommandFunction · 0.85

Tested by

no test coverage detected