MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / zrangeResultHandlerScoreEmissionEnable

Function zrangeResultHandlerScoreEmissionEnable

src/t_zset.cpp:3017–3020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

zrangeGenericCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected