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