New idea.

master
Nicolas Favre-Felix 14 years ago
parent 208a6d6926
commit ab9f037f89

@ -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. * MULTI/EXEC/DISCARD/WATCH are disabled at the moment; find a way to use them.
* Drop privileges on startup. * Drop privileges on startup.
* Add logs. * 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: * Enrich config file:
* Provide timeout (this needs to be added to hiredis first.) * Provide timeout (this needs to be added to hiredis first.)
* Multi-server support, using consistent hashing. * Multi-server support, using consistent hashing.

Loading…
Cancel
Save