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