Redigo is a Go client for the Redis database
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.
Github: https://github.com/garyburd/redigo
API Reference: https://godoc.org/github.com/garyburd/redigo/redis