Keine Beschreibung

Alexander Emelin 9352ab68be Change link to Sentinel lib that supports gomodule/redigo (#330) vor 8 Jahren
.github 8c052d8215 Update readme and contributing files vor 9 Jahren
internal 30da9cb89f Update for new import path vor 8 Jahren
redis 9c11da706d Merge PMessage and Message vor 8 Jahren
redisx 30da9cb89f Update for new import path vor 8 Jahren
.travis.yml a69d193512 Restore support for Go 1.4 - Go 1.6 vor 8 Jahren
LICENSE a47585eaae Add LICENSE file vor 11 Jahren
README.markdown 9352ab68be Change link to Sentinel lib that supports gomodule/redigo (#330) vor 8 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/gomodule/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.