Lines Matching refs:addReplyLongLong

1265         addReplyLongLong(c,o->refcount);  in objectCommand()
1277 addReplyLongLong(c,estimateObjectIdleTime(o)/1000); in objectCommand()
1289 addReplyLongLong(c,LFUDecrAndReturn(o)); in objectCommand()
1337 addReplyLongLong(c,usage); in memoryCommand()
1344 addReplyLongLong(c,mh->peak_allocated); in memoryCommand()
1347 addReplyLongLong(c,mh->total_allocated); in memoryCommand()
1350 addReplyLongLong(c,mh->startup_allocated); in memoryCommand()
1353 addReplyLongLong(c,mh->repl_backlog); in memoryCommand()
1356 addReplyLongLong(c,mh->clients_slaves); in memoryCommand()
1359 addReplyLongLong(c,mh->clients_normal); in memoryCommand()
1362 addReplyLongLong(c,mh->aof_buffer); in memoryCommand()
1365 addReplyLongLong(c,mh->lua_caches); in memoryCommand()
1374 addReplyLongLong(c,mh->db[j].overhead_ht_main); in memoryCommand()
1377 addReplyLongLong(c,mh->db[j].overhead_ht_expires); in memoryCommand()
1381 addReplyLongLong(c,mh->overhead_total); in memoryCommand()
1384 addReplyLongLong(c,mh->total_keys); in memoryCommand()
1387 addReplyLongLong(c,mh->bytes_per_key); in memoryCommand()
1390 addReplyLongLong(c,mh->dataset); in memoryCommand()
1399 addReplyLongLong(c,server.cron_malloc_stats.allocator_allocated); in memoryCommand()
1402 addReplyLongLong(c,server.cron_malloc_stats.allocator_active); in memoryCommand()
1405 addReplyLongLong(c,server.cron_malloc_stats.allocator_resident); in memoryCommand()
1411 addReplyLongLong(c,mh->allocator_frag_bytes); in memoryCommand()
1417 addReplyLongLong(c,mh->allocator_rss_bytes); in memoryCommand()
1423 addReplyLongLong(c,mh->rss_extra_bytes); in memoryCommand()
1429 addReplyLongLong(c,mh->total_frag_bytes); in memoryCommand()