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

Function xrangeCommand

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

XRANGE key start end [COUNT ] */

Source from the content-addressed store, hash-verified

1926
1927/* XRANGE key start end [COUNT <n>] */
1928void xrangeCommand(client *c) {
1929 xrangeGenericCommand(c,0);
1930}
1931
1932/* XREVRANGE key end start [COUNT <n>] */
1933void xrevrangeCommand(client *c) {

Callers

nothing calls this directly

Calls 1

xrangeGenericCommandFunction · 0.85

Tested by

no test coverage detected