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
2018-01-24 08:45:42 +11:00
..
.github Vendoring 2017-10-03 14:43:55 -04:00
internal Vendoring 2017-10-03 14:43:55 -04:00
redis Update all dependencies to latest 2018-01-24 08:45:42 +11:00
redisx Vendoring 2017-10-03 14:43:55 -04:00
.travis.yml Update dependencies 2017-11-04 04:45:08 -06:00
LICENSE Vendoring 2017-10-03 14:43:55 -04:00
README.markdown Update all dependencies to latest 2018-01-24 08:45:42 +11: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.