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

Function zrangeResultHandlerDestinationKeySet

src/t_zset.cpp:3022–3026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

zrangestoreCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected