MCPcopy 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
3780void zrankCommand(client *c) {
3781 zrankGenericCommand(c, 0);
3782}
3783
3784void zrevrankCommand(client *c) {
3785 zrankGenericCommand(c, 1);

Callers

nothing calls this directly

Calls 1

zrankGenericCommandFunction · 0.85

Tested by

no test coverage detected