Keine Beschreibung

Gary Burd 48545177e9 Merge pull request #234 from DnOberon/master vor 9 Jahren
.github 8c052d8215 Update readme and contributing files vor 9 Jahren
internal 5f01fdde26 Add dial options vor 10 Jahren
redis 09ea42b08e corrected documentation causing build to fail vor 9 Jahren
redisx 3f4f521004 Without that thing, go 1.3.3 says 'unexpected range'. vor 11 Jahren
.travis.yml 80f7de3446 Add Go 1.7 to Travis config vor 9 Jahren
LICENSE a47585eaae Add LICENSE file vor 10 Jahren
README.markdown 8c052d8215 Update readme and contributing files vor 9 Jahren

README.markdown

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.

Related Projects

Contributing

See CONTRIBUTING.md.

License

Redigo is available under the Apache License, Version 2.0.