From 5e222fed7afb5e1724b19ff2893c333b60c749bb Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Thu, 30 Dec 2010 18:32:11 +0100 Subject: [PATCH] Added HTTP Basic Auth. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index b741c24..b6e267a 100644 --- a/README.markdown +++ b/README.markdown @@ -21,7 +21,7 @@ curl -d "GET/hello" http://127.0.0.1:7379/ * Raw Redis 2.0 protocol output with `?format=raw` * HTTP 1.1 pipelining (50,000 http requests per second on a desktop Linux machine.) * Connects to Redis using a TCP or UNIX socket. -* Restricted commands by IP range (CIDR subnet + mask), returning 403 errors. +* Restricted commands by IP range (CIDR subnet + mask) or HTTP Basic Auth, returning 403 errors. * Possible Redis authentication in the config file. # Ideas, TODO...