XREVRANGE key end start [COUNT ] */
| 1933 | |
| 1934 | /* XREVRANGE key end start [COUNT <n>] */ |
| 1935 | void xrevrangeCommand(client *c) { |
| 1936 | xrangeGenericCommand(c,1); |
| 1937 | } |
| 1938 | |
| 1939 | /* XLEN */ |
| 1940 | void xlenCommand(client *c) { |
nothing calls this directly
no test coverage detected