Redigo is a Go client for the Redis database.
Features:
– A Print-like API with support for all Redis commands.
– Pipelining, including pipelined transactions.
– Publish/Subscribe.
– Connection pooling.
– Script helper type with optimistic use of EVALSHA.
– Helper functions for working with command replies.
This package provides symbolic links that alias the following Go import paths to
github.com/gomodule/redigo:
– github.com/garyburd/redigo
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
github.com/gomodule/redigo.