Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Ddb.c675 void dbsizeCommand(client *c) { in dbsizeCommand() function
H A Dserver.h1504 void dbsizeCommand(client *c);
H A Dserver.c229 {"dbsize",dbsizeCommand,1,"rF",0,NULL,0,0,0,0,0},