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

Function zrangeResultHandlerDestinationKeySet

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

Source from the content-addressed store, hash-verified

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

Callers 1

zrangestoreCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected