Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dserver.h1628 void timeCommand(client *c);
H A Dserver.c280 {"time",timeCommand,1,"RF",0,NULL,0,0,0,0,0},
2699 void timeCommand(client *c) { in timeCommand() function