mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 08:00:49 +00:00
Fixed compilation on *BSD systems
This commit is contained in:
parent
b67d234563
commit
d06a5b23c8
1
TODO
1
TODO
@ -6,6 +6,7 @@ VERSION 2.2 TODO (Optimizations and latency)
|
||||
|
||||
* Support for syslog(3).
|
||||
* Change the implementation of ZCOUNT to use the augmented skiplist in order to be much faster.
|
||||
* Add an explicit test for MULTI/EXEC reloaded in the AOF.
|
||||
|
||||
VM TODO
|
||||
=======
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "ae.h" /* Event driven programming library */
|
||||
#include "sds.h" /* Dynamic safe strings */
|
||||
|
Loading…
x
Reference in New Issue
Block a user