markdown fixes.

master
Nicolas Favre-Felix 14 years ago
parent 2f7cee6c7f
commit 4030dda01a

@ -42,6 +42,7 @@ curl -d "GET/hello" http://127.0.0.1:7379/
# Command format
The URI `/COMMAND/arg0/arg1/.../argN` executes the command on Redis and returns the response to the client. GET and POST are supported:
* `GET /COMMAND/arg0/.../argN`
* `POST /` with `COMMAND/arg0/.../argN` in the HTTP body.

Loading…
Cancel
Save