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

Function zremrangebylexCommand

src/t_zset.cpp:2005–2007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

zremrangeGenericCommandFunction · 0.85

Tested by

no test coverage detected