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

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.