XRANGE key start end [COUNT ] */
| 1928 | |
| 1929 | /* XRANGE key start end [COUNT <n>] */ |
| 1930 | void xrangeCommand(client *c) { |
| 1931 | xrangeGenericCommand(c,0); |
| 1932 | } |
| 1933 | |
| 1934 | /* XREVRANGE key end start [COUNT <n>] */ |
| 1935 | void xrevrangeCommand(client *c) { |
nothing calls this directly
no test coverage detected