From 85f38a023ac60178ef8972ecbdf623b8cfc4dc8c Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Fri, 14 Jan 2011 00:02:44 +0100 Subject: [PATCH] TODO: s/evhttp/libevent+http_parser/g --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index bd57151..e5f83ec 100644 --- a/README.markdown +++ b/README.markdown @@ -36,6 +36,7 @@ curl -d "GET/hello" http://127.0.0.1:7379/ # Ideas, TODO... * Support PUT, DELETE, HEAD, OPTIONS? How? For which commands? +* Switch from evhttp to raw libevent + the http-parser library from node.js for clean disconnection support on SUBSCRIBE commands. * MULTI/EXEC/DISCARD/WATCH are disabled at the moment; find a way to use them. * Support POST of raw Redis protocol data, and execute the whole thing. This could be useful for MULTI/EXEC transactions. * Enrich config file: