1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
cowyo/vendor/github.com/garyburd/redigo
2017-10-03 14:43:55 -04:00
..
.github Vendoring 2017-10-03 14:43:55 -04:00
internal Vendoring 2017-10-03 14:43:55 -04:00
redis Vendoring 2017-10-03 14:43:55 -04:00
redisx Vendoring 2017-10-03 14:43:55 -04:00
.travis.yml Vendoring 2017-10-03 14:43:55 -04:00
LICENSE Vendoring 2017-10-03 14:43:55 -04:00
README.markdown Vendoring 2017-10-03 14:43:55 -04: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

See CONTRIBUTING.md.

License

Redigo is available under the Apache License, Version 2.0.