Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2005
void zremrangebylexCommand(client *c) {
2006
zremrangeGenericCommand(c,ZRANGE_LEX);
2007
}
2008
2009
struct zsetopsrc {
2010
robj *subject;
Callers
nothing calls this directly
Calls
1
zremrangeGenericCommand
Function · 0.85
Tested by
no test coverage detected