Micro-doc.

master
Nicolas Favre-Felix 14 years ago
parent dc1ca2246d
commit 90c8080c58

@ -0,0 +1,13 @@
About
-----
A very simple prototype providing an HTTP interface to Redis.
<pre>
make clean all
./radish &
curl http://127.0.0.1:7379/SET/hello/world
curl http://127.0.0.1:7379/GET/hello
→ “world”
</pre>
Loading…
Cancel
Save