Go client for Redis
Перейти к файлу
Steven Hartland 42f3569497 Add wait statistics to pools
Add WaitCount and WaitDuration stats to pool stats to enable tracking of the delays introduced by waiting for connections from the pool.

This uses the same properties as database/sql so its familiar to users.

Addresses: #403
2019-03-19 10:24:36 -07:00
.github fix link in contributing template (#337) 2018-06-01 06:19:09 -07:00
redis Add wait statistics to pools 2019-03-19 10:24:36 -07:00
redisx Merge internal package into the packages that use it 2018-10-12 16:15:13 -07:00
.travis.yml Bump Travis versions (#370) 2018-10-25 17:15:55 -07:00
LICENSE Add LICENSE file 2015-06-30 16:10:13 -07:00
README.markdown Change link to Sentinel lib that supports gomodule/redigo (#330) 2018-04-01 12:18:55 -07:00

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.

Contributing

See CONTRIBUTING.md.

License

Redigo is available under the Apache License, Version 2.0.