Redigo is a Go client for the Redis database.
Install Redigo using the "go get" command:
go get github.com/gomodule/redigo/redis
The Go distribution is Redigo's only dependency.
See CONTRIBUTING.md.
Redigo is available under the Apache License, Version 2.0.