Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dobject.c1393 addReplyDouble(c,mh->dataset_perc); in memoryCommand()
1396 addReplyDouble(c,mh->peak_perc); in memoryCommand()
1408 addReplyDouble(c,mh->allocator_frag); in memoryCommand()
1414 addReplyDouble(c,mh->allocator_rss); in memoryCommand()
1420 addReplyDouble(c,mh->rss_extra); in memoryCommand()
1426 addReplyDouble(c,mh->total_frag); /* it is kept here for backwards compatibility */ in memoryCommand()
H A Dt_zset.c1639 addReplyDouble(c,score); in zaddGenericCommand()
2475 addReplyDouble(c,zzlGetScore(sptr)); in zrangeGenericCommand()
2505 addReplyDouble(c,ln->score); in zrangeGenericCommand()
2637 addReplyDouble(c,score); in genericZrangebyscoreCommand()
2692 addReplyDouble(c,ln->score); in genericZrangebyscoreCommand()
3086 addReplyDouble(c,score); in zscoreCommand()
3224 addReplyDouble(c,score); in genericZpopCommand()
H A Dnetworking.c472 void addReplyDouble(client *c, double d) { in addReplyDouble() function
H A Dserver.h1452 void addReplyDouble(client *c, double d);
H A Dmodule.c1288 addReplyDouble(c,d); in RM_ReplyWithDouble()