Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/modules/
H A Dhelloworld.c392 double scoresum_b = 0; in HelloZsumRange_RedisCommand() local
409 scoresum_b += score; in HelloZsumRange_RedisCommand()
419 RedisModule_ReplyWithDouble(ctx,scoresum_b); in HelloZsumRange_RedisCommand()