gobyexample/src/redis/redis.sh
2012-10-07 02:00:54 -04: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