diff --git a/TODO b/TODO index 4fcdb18f..5d9736a9 100644 --- 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 545a3e0f..4ff83620 100644 --- a/src/redis.h +++ b/src/redis.h @@ -16,6 +16,7 @@ #include #include #include +#include #include "ae.h" /* Event driven programming library */ #include "sds.h" /* Dynamic safe strings */