Skip to content
master
Go to file
Code

Latest commit

Remove older versions of go from travis config due to the testing
dependency testify requiring errors.Is which is only available in go
1.13 and above.

Also switch to master from tip which is the new standard for travis
on golang..
6f8b898

Git stats

Files

Permalink
Failed to load latest commit information.

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.

You can’t perform that action at this time.