You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
root beccf3fe43 init 7 years ago
..
BUILD init 7 years ago
CHANGELOG.md init 7 years ago
CONTRIBUTORS.md init 7 years ago
LICENSE init 7 years ago
OWNERS init 7 years ago
README.markdown init 7 years ago
commandinfo.go init 7 years ago
commandinfo_test.go init 7 years ago
conn.go init 7 years ago
conn_test.go init 7 years ago
doc.go init 7 years ago
errors.go init 7 years ago
log.go init 7 years ago
mock.go init 7 years ago
pool.go init 7 years ago
pool_test.go init 7 years ago
pubsub.go init 7 years ago
pubsub_test.go init 7 years ago
redis.go init 7 years ago
redis_test.go init 7 years ago
reply.go init 7 years ago
reply_test.go init 7 years ago
scan.go init 7 years ago
scan_test.go init 7 years ago
script.go init 7 years ago
script_test.go init 7 years ago
test_test.go init 7 years ago
trace.go init 7 years ago
trace_test.go init 7 years ago

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.

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.