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