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

Function zremrangebylexCommand

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

Source from the content-addressed store, hash-verified

2004}
2005
2006void zremrangebylexCommand(client *c) {
2007 zremrangeGenericCommand(c,ZRANGE_LEX);
2008}
2009
2010typedef struct {
2011 robj *subject;

Callers

nothing calls this directly

Calls 1

zremrangeGenericCommandFunction · 0.85

Tested by

no test coverage detected