diff --git a/TODO b/TODO index 4fcdb18f5432679bbd8b61e434288953552df9ff..5d9736a9b71c5978c737506917661dc10a011f88 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 545a3e0fdba45315cc1964d53402324327c070fb..4ff8362074fc1a7e0610510004d8cb6ae172e667 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 */