Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ zrevrankCommand
Function
zrevrankCommand
src/t_zset.cpp:3784–3786 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3782
}
3783
3784
void zrevrankCommand(client *c) {
3785
zrankGenericCommand(c, 1);
3786
}
3787
3788
void zscanCommand(client *c) {
3789
robj_roptr o;
Callers
nothing calls this directly
Calls
1
zrankGenericCommand
Function · 0.85
Tested by
no test coverage detected