From 90c8080c585d1d54c515dc80cee3463f6ce70104 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Mon, 20 Dec 2010 17:18:57 +0100 Subject: [PATCH] Micro-doc. --- README.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.markdown diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..324ee25 --- /dev/null +++ b/README.markdown @@ -0,0 +1,13 @@ +About +----- + +A very simple prototype providing an HTTP interface to Redis. + +
+make clean all
+./radish &
+curl http://127.0.0.1:7379/SET/hello/world
+curl http://127.0.0.1:7379/GET/hello
+
+→ “world”
+