Updated benchmark.

master
Nicolas Favre-Felix 14 years ago
parent de5c2839e4
commit fbcee78d8c

@ -19,7 +19,7 @@ curl -d "GET/hello" http://127.0.0.1:7379/
* GET and POST are supported. * GET and POST are supported.
* JSON output by default, optional JSONP parameter. * JSON output by default, optional JSONP parameter.
* Raw Redis 2.0 protocol output with `?format=raw` * Raw Redis 2.0 protocol output with `?format=raw`
* HTTP 1.1 pipelining (45 kqps on a desktop Linux machine.) * HTTP 1.1 pipelining (50,000 http requests per second on a desktop Linux machine.)
* Connects to Redis using a TCP or UNIX socket. * 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), returning 403 errors.

Loading…
Cancel
Save