Name change.

master
Nicolas Favre-Felix 14 years ago
parent dbafa71fe5
commit c847db03bc

@ -1,5 +1,5 @@
OUT=radish OUT=turnip
OBJS=radish.o hiredis/hiredis.o hiredis/sds.o hiredis/net.o hiredis/async.o OBJS=turnip.o hiredis/hiredis.o hiredis/sds.o hiredis/net.o hiredis/async.o
CFLAGS=-O0 -ggdb -Wall -Wextra -I. CFLAGS=-O0 -ggdb -Wall -Wextra -I.
LDFLAGS=-levent LDFLAGS=-levent
prefix=/usr prefix=/usr

@ -5,7 +5,7 @@ A very simple prototype providing an HTTP interface to Redis.
<pre> <pre>
make clean all make clean all
./radish & ./turnip &
curl http://127.0.0.1:7379/SET/hello/world curl http://127.0.0.1:7379/SET/hello/world
curl http://127.0.0.1:7379/GET/hello curl http://127.0.0.1:7379/GET/hello

Loading…
Cancel
Save