MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zrangeResultHandlerScoreEmissionEnable

Function zrangeResultHandlerScoreEmissionEnable

app/redis-6.2.6/src/t_zset.c:3018–3021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

zrangeGenericCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected