mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 04:51:32 +00:00
added mstime() to get UNIX time in milliseconds.
This commit is contained in:
@ -726,6 +726,7 @@ dictType hashDictType;
|
||||
|
||||
/* Utils */
|
||||
long long ustime(void);
|
||||
long long mstime(void);
|
||||
|
||||
/* networking.c -- Networking and Client related operations */
|
||||
redisClient *createClient(int fd);
|
||||
|
Reference in New Issue
Block a user