gf/third/github.com/gomodule/redigo
2019-02-02 16:18:25 +08:00
..
internal change gitee.com/johng/gf -> github.com/gogf/gf 2019-02-02 16:18:25 +08:00
redis change gitee.com/johng/gf -> github.com/gogf/gf 2019-02-02 16:18:25 +08:00
redisx change gitee.com/johng/gf -> github.com/gogf/gf 2019-02-02 16:18:25 +08:00
.travis.yml 新增go modules支持,自行管理第三方包依赖,方便开发者使用 2018-10-22 11:13:00 +08:00
LICENSE 新增go modules支持,自行管理第三方包依赖,方便开发者使用 2018-10-22 11:13:00 +08:00
README.markdown 新增go modules支持,自行管理第三方包依赖,方便开发者使用 2018-10-22 11:13:00 +08: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/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.