v2
|
Tweak readme.
|
2014-01-09 10:55:23 +02:00 |
.travis.yml
|
travis: add missing dependencies.
|
2013-12-30 13:48:16 +02:00 |
LICENSE
|
Add license. Fixes #1.
|
2012-12-19 13:05:50 +02:00 |
Makefile
|
Add Travis CI config.
|
2013-12-30 13:45:04 +02:00 |
README.md
|
Update README.
|
2014-01-09 10:43:27 +02:00 |
connpool.go
|
Use net.Conn instead of io.ReadWriteCloser.
|
2012-08-20 14:50:25 +03:00 |
doc.go
|
Update doc.
|
2013-02-17 20:43:14 +02:00 |
multi.go
|
multi: Restrict Discard usage.
|
2012-08-25 22:51:42 +03:00 |
parser.go
|
Add test for reading many keys.
|
2013-03-21 12:28:19 +02:00 |
parser_test.go
|
Add ParseReq method and tweak benchmarks.
|
2012-08-24 15:16:12 +03:00 |
pipeline.go
|
redis: Rename mtx to reqsMtx.
|
2012-08-25 22:44:53 +03:00 |
pubsub.go
|
pub/sub: Clean up message parsing.
|
2012-08-25 21:39:35 +03:00 |
redis.go
|
Remove unused variables.
|
2013-02-02 12:58:31 +02:00 |
redis_test.go
|
Add Travis CI config.
|
2013-12-30 13:45:04 +02:00 |
req_test.go
|
Add ParseReq method and tweak benchmarks.
|
2012-08-24 15:16:12 +03:00 |
script.go
|
Add Lua script helper.
|
2013-05-22 17:56:59 +03:00 |