mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
less delays in diskstore when there are many writes. more work to do.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user