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.
Documentation
Installation
Install Redigo using the "go get" command:go get github.com/garyburd/redigo/redis
The Go distribution is Redigo's only dependency.from https://github.com/garyburd/redigo