Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddict.h170 void dictGetStats(char *buf, size_t bufsize, dict *d);
H A Ddebug.c582 dictGetStats(buf,sizeof(buf),server.db[dbid].dict); in debugCommand()
586 dictGetStats(buf,sizeof(buf),server.db[dbid].expires); in debugCommand()
615 dictGetStats(buf,sizeof(buf),ht); in debugCommand()
H A Ddict.c1096 void dictGetStats(char *buf, size_t bufsize, dict *d) { in dictGetStats() function