tangs b030ce89ca openbilibili | 5 years ago | |
---|---|---|
.. | ||
BUILD | 5 years ago | |
CHANGELOG.md | 5 years ago | |
CONTRIBUTORS.md | 5 years ago | |
LICENSE | 5 years ago | |
OWNERS | 5 years ago | |
README.markdown | 5 years ago | |
commandinfo.go | 5 years ago | |
commandinfo_test.go | 5 years ago | |
conn.go | 5 years ago | |
conn_test.go | 5 years ago | |
doc.go | 5 years ago | |
errors.go | 5 years ago | |
log.go | 5 years ago | |
mock.go | 5 years ago | |
pool.go | 5 years ago | |
pool_test.go | 5 years ago | |
pubsub.go | 5 years ago | |
pubsub_test.go | 5 years ago | |
redis.go | 5 years ago | |
redis_test.go | 5 years ago | |
reply.go | 5 years ago | |
reply_test.go | 5 years ago | |
scan.go | 5 years ago | |
scan_test.go | 5 years ago | |
script.go | 5 years ago | |
script_test.go | 5 years ago | |
test_test.go | 5 years ago | |
trace.go | 5 years ago | |
trace_test.go | 5 years ago |
Redigo is a Go client for the Redis database.
Install Redigo using the "go get" command:
go get github.com/garyburd/redigo/redis
The Go distribution is Redigo's only dependency.
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.
Redigo is available under the Apache License, Version 2.0.