| 3016 | } |
| 3017 | |
| 3018 | static void zrangeResultHandlerScoreEmissionEnable(zrange_result_handler *handler) { |
| 3019 | handler->withscores = 1; |
| 3020 | handler->should_emit_array_length = (handler->client->resp > 2); |
| 3021 | } |
| 3022 | |
| 3023 | static void zrangeResultHandlerDestinationKeySet (zrange_result_handler *handler, |
| 3024 | robj *dstkey) |
no outgoing calls
no test coverage detected