transfer.sh/vendor/github.com/garyburd/redigo
Remco cb6e5cb0c7 Major rewrite
* use dep for vendoring
* lets encrypt
* moved web to transfer.sh-web repo
* single command install
* added first tests
2017-03-22 18:09:21 +01:00
..
internal Major rewrite 2017-03-22 18:09:21 +01:00
redis Major rewrite 2017-03-22 18:09:21 +01:00
redisx Major rewrite 2017-03-22 18:09:21 +01:00
.travis.yml Major rewrite 2017-03-22 18:09:21 +01:00
LICENSE Major rewrite 2017-03-22 18:09:21 +01:00
README.markdown Major rewrite 2017-03-22 18:09:21 +01:00

Redigo

Build Status GoDoc

Redigo is a Go client for the Redis database.

Features

Documentation

Installation

Install Redigo using the "go get" command:

go get github.com/garyburd/redigo/redis

The Go distribution is Redigo's only dependency.

Contributing

Send email to Gary Burd (address in GitHub profile) before doing any work on Redigo.

License

Redigo is available under the Apache License, Version 2.0.