Mark McGranaghan 5f9b4d2eb4 lmao it worked
2012-09-23 13:11:11 -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