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 contains the source code needed for building packages that
reference the following Go import paths:
– github.com/gomodule/redigo