x1ongzhu 4750177287 first commit 6 年之前
..
BUILD 4750177287 first commit 6 年之前
CHANGELOG.md 4750177287 first commit 6 年之前
CONTRIBUTORS.md 4750177287 first commit 6 年之前
LICENSE 4750177287 first commit 6 年之前
OWNERS 4750177287 first commit 6 年之前
README.markdown 4750177287 first commit 6 年之前
commandinfo.go 4750177287 first commit 6 年之前
commandinfo_test.go 4750177287 first commit 6 年之前
conn.go 4750177287 first commit 6 年之前
conn_test.go 4750177287 first commit 6 年之前
doc.go 4750177287 first commit 6 年之前
errors.go 4750177287 first commit 6 年之前
log.go 4750177287 first commit 6 年之前
mock.go 4750177287 first commit 6 年之前
pool.go 4750177287 first commit 6 年之前
pool_test.go 4750177287 first commit 6 年之前
pubsub.go 4750177287 first commit 6 年之前
pubsub_test.go 4750177287 first commit 6 年之前
redis.go 4750177287 first commit 6 年之前
redis_test.go 4750177287 first commit 6 年之前
reply.go 4750177287 first commit 6 年之前
reply_test.go 4750177287 first commit 6 年之前
scan.go 4750177287 first commit 6 年之前
scan_test.go 4750177287 first commit 6 年之前
script.go 4750177287 first commit 6 年之前
script_test.go 4750177287 first commit 6 年之前
test_test.go 4750177287 first commit 6 年之前
trace.go 4750177287 first commit 6 年之前
trace_test.go 4750177287 first commit 6 年之前

README.markdown

Redigo

Build Status

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

Gary is looking for someone to take over maintenance of this project. If you are interested, contact Gary at the email address listed on his GitHub profile page.

PRs for major features will not be accepted until a new maintainer is found. Bug reports and PRs for bug fixes are welcome.

License

Redigo is available under the Apache License, Version 2.0.