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

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.