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