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”
+