less delays in diskstore when there are many writes. more work to do.

This commit is contained in:
antirez
2011-02-25 19:11:25 +01:00
parent 900ab8fc7a
commit 419e1cca74
2 changed files with 12 additions and 3 deletions

View File

@ -637,6 +637,9 @@ dictType hashDictType;
* Functions prototypes
*----------------------------------------------------------------------------*/
/* Utils */
long long ustime(void);
/* networking.c -- Networking and Client related operations */
redisClient *createClient(int fd);
void closeTimedoutClients(void);