7 lines
141 B
Bash
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
|