Type-safe Redis client for Golang
Go to file
Vladimir Mihailenco f76984bbcf pool: discard connection and log error when buffer has unread data. 2014-03-04 20:40:55 +02:00
v2 pool: discard connection and log error when buffer has unread data. 2014-03-04 20:40:55 +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
commands.go Fix ZRevRangeByScoreWithScores to return scores. 2013-06-25 11:11:07 +03: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
example_test.go Fix all examples in readme. Req now implements Stringer interface for debugging purposes. 2013-02-17 18:49:17 +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.go Fix all examples in readme. Req now implements Stringer interface for debugging purposes. 2013-02-17 18:49:17 +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

README.md

New version

Make sure to check new version of the client that got better API and timeout support: https://github.com/vmihailenco/redis/tree/master/v2