From ab9f037f8968c4193de6bea86e9f736d4a25b05d Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Wed, 29 Dec 2010 10:52:46 +0100 Subject: [PATCH] New idea. --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index ecb1dae..b741c24 100644 --- a/README.markdown +++ b/README.markdown @@ -31,6 +31,7 @@ curl -d "GET/hello" http://127.0.0.1:7379/ * MULTI/EXEC/DISCARD/WATCH are disabled at the moment; find a way to use them. * Drop privileges on startup. * Add logs. +* Support POST of raw Redis protocol data, and execute the whole thing. This could be useful for MULTI/EXEC transactions. * Enrich config file: * Provide timeout (this needs to be added to hiredis first.) * Multi-server support, using consistent hashing.