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

Function xrangeCommand

src/t_stream.cpp:1930–1932  ·  view source on GitHub ↗

XRANGE key start end [COUNT ] */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

xrangeGenericCommandFunction · 0.85

Tested by

no test coverage detected