Home
last modified time | relevance | path

Searched refs:REDIS_AGGR_SUM (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c2142 #define REDIS_AGGR_SUM 1 macro
2148 if (aggregate == REDIS_AGGR_SUM) { in zunionInterAggregate()
2179 int aggregate = REDIS_AGGR_SUM; in zunionInterGenericCommand()
2249 aggregate = REDIS_AGGR_SUM; in zunionInterGenericCommand()