Mark McGranaghan c19a29193e more index work
2012-09-23 14:38:39 -07:00

7 lines
141 B
Bash

# Start a Redis server.
$ redis-server
# In another terminal, run the redis client:
$ go get github.com/fzzbt/radix/redis
$ go run redis.go