projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67d234
)
Fixed compilation on *BSD systems
author
antirez
<antirez@gmail.com>
Mon, 5 Jul 2010 18:14:48 +0000
(20:14 +0200)
committer
antirez
<antirez@gmail.com>
Mon, 5 Jul 2010 18:14:48 +0000
(20:14 +0200)
TODO
patch
|
blob
|
blame
|
history
src/redis.h
patch
|
blob
|
blame
|
history
diff --git
a/TODO
b/TODO
index 4fcdb18f5432679bbd8b61e434288953552df9ff..5d9736a9b71c5978c737506917661dc10a011f88 100644
(file)
--- a/
TODO
+++ b/
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
=======
diff --git
a/src/redis.h
b/src/redis.h
index 545a3e0fdba45315cc1964d53402324327c070fb..4ff8362074fc1a7e0610510004d8cb6ae172e667 100644
(file)
--- a/
src/redis.h
+++ b/
src/redis.h
@@
-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 */