MCPcopy 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
3784void zrevrankCommand(client *c) {
3785 zrankGenericCommand(c, 1);
3786}
3787
3788void zscanCommand(client *c) {
3789 robj_roptr o;

Callers

nothing calls this directly

Calls 1

zrankGenericCommandFunction · 0.85

Tested by

no test coverage detected