MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / xrevrangeCommand

Function xrevrangeCommand

src/t_stream.cpp:1935–1937  ·  view source on GitHub ↗

XREVRANGE key end start [COUNT ] */

Source from the content-addressed store, hash-verified

1933
1934/* XREVRANGE key end start [COUNT <n>] */
1935void xrevrangeCommand(client *c) {
1936 xrangeGenericCommand(c,1);
1937}
1938
1939/* XLEN */
1940void xlenCommand(client *c) {

Callers

nothing calls this directly

Calls 1

xrangeGenericCommandFunction · 0.85

Tested by

no test coverage detected