tangs b030ce89ca openbilibili il y a 5 ans
..
BUILD b030ce89ca openbilibili il y a 5 ans
CHANGELOG.md b030ce89ca openbilibili il y a 5 ans
CONTRIBUTORS.md b030ce89ca openbilibili il y a 5 ans
LICENSE b030ce89ca openbilibili il y a 5 ans
OWNERS b030ce89ca openbilibili il y a 5 ans
README.markdown b030ce89ca openbilibili il y a 5 ans
commandinfo.go b030ce89ca openbilibili il y a 5 ans
commandinfo_test.go b030ce89ca openbilibili il y a 5 ans
conn.go b030ce89ca openbilibili il y a 5 ans
conn_test.go b030ce89ca openbilibili il y a 5 ans
doc.go b030ce89ca openbilibili il y a 5 ans
errors.go b030ce89ca openbilibili il y a 5 ans
log.go b030ce89ca openbilibili il y a 5 ans
mock.go b030ce89ca openbilibili il y a 5 ans
pool.go b030ce89ca openbilibili il y a 5 ans
pool_test.go b030ce89ca openbilibili il y a 5 ans
pubsub.go b030ce89ca openbilibili il y a 5 ans
pubsub_test.go b030ce89ca openbilibili il y a 5 ans
redis.go b030ce89ca openbilibili il y a 5 ans
redis_test.go b030ce89ca openbilibili il y a 5 ans
reply.go b030ce89ca openbilibili il y a 5 ans
reply_test.go b030ce89ca openbilibili il y a 5 ans
scan.go b030ce89ca openbilibili il y a 5 ans
scan_test.go b030ce89ca openbilibili il y a 5 ans
script.go b030ce89ca openbilibili il y a 5 ans
script_test.go b030ce89ca openbilibili il y a 5 ans
test_test.go b030ce89ca openbilibili il y a 5 ans
trace.go b030ce89ca openbilibili il y a 5 ans
trace_test.go b030ce89ca openbilibili il y a 5 ans

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.