MCPcopy Create free account
hub / github.com/F-Stack/f-stack / xrevrangeCommand

Function xrevrangeCommand

app/redis-6.2.6/src/t_stream.c:1933–1935  ·  view source on GitHub ↗

XREVRANGE key end start [COUNT ] */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

xrangeGenericCommandFunction · 0.85

Tested by

no test coverage detected