| 3020 | } |
| 3021 | |
| 3022 | static void zrangeResultHandlerDestinationKeySet (zrange_result_handler *handler, |
| 3023 | robj *dstkey) |
| 3024 | { |
| 3025 | handler->dstkey = dstkey; |
| 3026 | } |
| 3027 | |
| 3028 | /* This command implements ZRANGE, ZREVRANGE. */ |
| 3029 | void genericZrangebyrankCommand(zrange_result_handler *handler, |
no outgoing calls
no test coverage detected