Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/redis/go-redis

Redis Go client
https://github.com/redis/go-redis

Make tests verbose to debug build.

900e7c957271315844ed32a83ad4be2859818e3c authored over 10 years ago
Add sentinel tests.

e4b55ec4ee98727af4f281a74654bffff0117dde authored over 10 years ago
Bump version.

1b515b695a36bc1dd2a94b36156b3eb48a31d3c1 authored over 10 years ago
Fix tests.

ac192c726d595d606bb285fb9943fafa21086a61 authored over 10 years ago
Fix examples.

a4e8681a0dd9e73d698ab7e8de0a196db6af0c25 authored over 10 years ago
Allow Pipelined funcs to return error.

b11853c05013a6e635fb4903382e1f85576d9195 authored over 10 years ago
Update gocheck import path.

4ea3e7531bf719b02630a8712cb66b5b1bc37f8e authored over 10 years ago
Merge pull request #30 from go-redis/fix/cleanup

Cleanup.

f25e9b104bffadc3b308698f739e45761e77bfa0 authored over 10 years ago
Cleanup.

678b8b36670fba974496fb1e8f302ee193774c25 authored over 10 years ago
Rename req to cmd.

72a6069cc507c0722e44a6388fa8fcb526ad268e authored over 10 years ago
Fix import path.

5ea8ad46d66517a6aa1dd804b50d4ad57bad31cb authored over 10 years ago
Don't remove connection from the pool on redis errors.

deb41df9926154c9078c833ff7e80f8c0d34d5b3 authored over 10 years ago
Fix readme.

5019689b0ec58259a1a3dddfc04c92775954826e authored over 10 years ago
Merge pull request #1 from go-redis/sentinel_support

Experimental Redis Sentinel support.

aec0ae8b8b12b90ab590c988034bb99a9824c2b0 authored over 10 years ago
Redis Sentinel support.

a042cdda74d0a2064597d8bc316ada13c4e81391 authored over 10 years ago
Merge pull request #3 from go-redis/rate_limit_conn

pool: rate limit number of open connections.

d92dc7c776f9c3706ce4fc76d1b05a39e886e53f authored over 10 years ago
pool: rate limit number of open connections.

5f52b5823f934e37cc78490814ed05dc6051cf41 authored over 10 years ago
travis: fix build.

da53e96ce8aba3ca3b34ac8c45397eed25fc719b authored over 10 years ago
all: switch to gopkg.in.

3bea99798870d4988e5a7c36dcc4f1f1f3992229 authored over 10 years ago
v2: fix write deadline. Fixes #28.

df12cdcfafdc2b427acbca3d11e9967577867307 authored over 10 years ago
pool: discard connection and log error when buffer has unread data.

f76984bbcf9cc19b0dbba74d85937307ea8509a5 authored almost 11 years ago
Fix deadlock when Client is configured with IdleTimeout. Fixes #25.

75754ff436e4e94f24b01eb46cf0dec5a42f6507 authored almost 11 years ago
Tweak readme.

9d23f2cf26bd12c58937129e08d68f5ab78f0582 authored about 11 years ago
Update README.

dca6ccc31fb2873d1bb1f1064db3ad7b578d2260 authored about 11 years ago
Fix ZRevRangeByScore signature. Fixes #22.

3e63a8337d9c12d7996fee65a7e4ef48509fdfb5 authored about 11 years ago
Support SCAN and friends.

62e78627c138e723597049d60375f3157a67f5c8 authored about 11 years ago
Refactor reply parser.

4252b31cd9010b09deb7d345fc6aac10be7b1ffa authored about 11 years ago
Better error message when client is closed. Tests.

78febcebe71c16d43fdf17c14261d318f9e87dc9 authored about 11 years ago
Add debug object command.

8452fccfb853a7f66fd1d3332dc710c9af414982 authored about 11 years ago
readme: fix formatting.

2fd136fe6cb9cbe78cc5f468a051809ce344a529 authored about 11 years ago
Add Travis CI icon.

b7097212fb61dc7ae32888b9d810958f81e5befa authored about 11 years ago
Remove unix client example.

c819f1e039766ab305b575fbb7ba9c6815d20424 authored about 11 years ago
Go 1.0 compatibility.

75c8dbf91dd2f469ba5af263d88784e69bb01366 authored about 11 years ago
Make tests less flaky.

10d639d25511630d792e05bef23cd30714177a84 authored about 11 years ago
travis: add missing dependencies.

09e549f44ea65e0b71b58f0b1cb881c1486f6eda authored about 11 years ago
Add Travis CI config.

be223ae3c6c5fb28b5d2f3ceb13ec9ccfc560883 authored about 11 years ago
readme: fix typo.

4fbe517b6f966108e42a28e907098b40cb8d18b8 authored about 11 years ago
readme: add link to the examples.

4b0aecbc402bcacefea93c62c5febde42012d797 authored about 11 years ago
Make Script and Pipeline interoperable. Fixes #18.

82a41314a092edf9560e068d2c320da1fc6fba2a authored about 11 years ago
Document Close.

af4ea559fe79147506d23412c12568e645f2408a authored about 11 years ago
Close all connections.

3f491f8a8cdc95201bbb6e4125b5e604a5428c32 authored about 11 years ago
Change redis.Nil value.

ab4d0d6b6259c2cac297a030a0ce93d35c519c43 authored about 11 years ago
Use glog.

a05ac427536b4c9f572ad75647a44106d2c1f162 authored about 11 years ago
Simplify close.

fe2e33a4f2f28b6fda24fa924b2c89c23655b962 authored about 11 years ago
Improve pipelined example.

bead8d1ea2e40549355aff5d9f5f8fc65138f6ca authored about 11 years ago
v2: use time package primitives where possible.

eaf97f5a30f3507ca2aa1dc8c3f81c2327498c06 authored over 11 years ago
Add script example to the README.

054c21e571789cdc9b03c25550664394a3e2c4c3 authored over 11 years ago
readme: Mention new version.

1ee83d1effcd65777b38eefd34fa15dedaa035b5 authored over 11 years ago
Add Script example.

7b70bfeadc24704e4b610aef5c17fe487e572bd3 authored over 11 years ago
readme: Update ZRangeByScore example.

b5ff444f914a2a6257a81037aeb9d1adff24dcfb authored over 11 years ago
Better ZRange API.

8fd6b4ad9ffb95958a9a8607eac5954362dc5f6a authored over 11 years ago
Add v2 readme.

64851884600d777a6d7ff91f6c5783f7b76fe7bc authored over 11 years ago
Merge pull request #11 from kisielk/patch-1

Update README.md documentation URL.

1719dc860411820816dbbdb138cfd90e5b70c4da authored over 11 years ago
Add ErrTxFailed. Small tweaks.

39c42d4389278b3a8c68f12f4948a9ef346ac830 authored over 11 years ago
Update examples.

4c504ab5281b124863474a04836b31ec0083ca3e authored over 11 years ago
Try to fix package level example.

de7a9d3142449b7e9f5ee1693b259d8156a39732 authored over 11 years ago
Remove examples from godoc.

db0cb86282becca1d38fc99efe37f5d858e3618a authored over 11 years ago
And another.

8f7818ea4d143026525231b9aa1bfc12d1caf1a7 authored over 11 years ago
Another try.

3560a58a8ba0a8f5d906d793a38e3916ad5468b0 authored over 11 years ago
Rename example.

54097da78c958c0bf72022fabdc09b5e9fe07e2f authored over 11 years ago
Untabify package doc.

b2786fe22b8fbe6efef91c2a109a46b43f8a1bd1 authored over 11 years ago
Update example and doc.

37e2d9f22a15e9657f0ecd88a747f732b1798332 authored over 11 years ago
Rename examples.

331f882d34a6eb65fec8763c568c7bdfa5388daa authored over 11 years ago
Rename DialTCP NewTCPClient.

63282071decbcf08767236c300d41f576f83dc0f authored over 11 years ago
Lower case few fields for consistency.

f54394beb680c386bf49f28513174fd2d57d2154 authored over 11 years ago
Unexport as much as possible.

773f2a03f3d0bd526720accc2f970e4df471ecac authored over 11 years ago
Small API changes.

7f11168689fa4cb88881aff024218af5909b65d8 authored over 11 years ago
Improve API.

e90db6f494c4d7e9578db8b5f2d265e2c8dfdec3 authored over 11 years ago
Rework pubsub interface. Add timeout support.

8d6a169007debe6afd88f21822b85ef96bfe43ff authored over 11 years ago
Update README.md documentation URL.

656bda3b9581ea401ee25107f4dfcc3ec4313765 authored over 11 years ago
Fix auth.

9462848b742e5332e76fdfdbe90c71672db2fb48 authored over 11 years ago
Small tweaks.

7ae857cb58f7303d1067f3f1067faa69aadb4b1c authored over 11 years ago
v2: Add defensive pool check.

301d2f13531f85cfe8286f6be70c4a1f34317337 authored over 11 years ago
v2: Remove timed out connection from the pool.

73b92efa9483a7808b4ac4cf27f81d8a5192882b authored over 11 years ago
Merge pull request #10 from gmcintire/master

Update README to enable syntax highlighting

dc90e359e9b28435b8d1a2dc8e7dae7c45290a7c authored over 11 years ago
Update README to enable syntax highlighting

6d4e46078ea59ffa888274eeaa68920d906efd8f authored over 11 years ago
Improve deadlines support.

cc74e79eb755c4e29ac996dc63d8f1fc91b0fb5e authored over 11 years ago
Impove v2 API.

ce34e39219f360baedf597e03f0a9c938bce59dc authored over 11 years ago
Unexport ParseReq.

28a881e7240a23c43ceee5a9e0c9a56da2da3db3 authored over 11 years ago
Unexport base request.

d1b0bd004c54549209cf02e3a53ae62839b908aa authored over 11 years ago
Add experimental V2 client.

49c91385e0dc924ec9ff7a79daa88b921cc8b5cc authored over 11 years ago
Fix ZRevRangeByScoreWithScores to return scores.

45e45f842245a6bcb9daa107c68ca1ebaa4537f2 authored over 11 years ago
Add another test for getting many keys.

c95522329885f7e27db0cc77e0d99ddc50583c0e authored over 11 years ago
Add Lua script helper.

8dd08e6e5a640ed61a1fda20fe1ac832802b51f6 authored over 11 years ago
Clean up benchmarks.

0bd64b143c6eee8d1c063835cb8cebb96e725fe6 authored almost 12 years ago
Add test for reading many keys.

f14cf3644b2e40d32e4ad40af14af861c79b3f66 authored almost 12 years ago
Fix float64 formatting.

ef0cc25b9b4ecef2d52cdc9ae1f71468e19473a6 authored almost 12 years ago
Update doc.

2a4280a905ddb780fdc1b16228d699b2b60c10b2 authored almost 12 years ago
readme: Simplify pipeline example.

075cf971dd4fc6c73eaa7aacdc2ee082a57bc173 authored almost 12 years ago
readme: Fix example indentation.

1d39fd8348a31ac7d587a3b4ed0c4f248f52cb93 authored almost 12 years ago
Fix all examples in readme. Req now implements Stringer interface for debugging purposes.

a07e186fb3f2d0e6d2f891f1f5062e526ad28880 authored almost 12 years ago
Add test for timeout in BLPOP.

ed0d065f7206eba7428ff7bb7f24e7eca21dce64 authored almost 12 years ago
Add todo.

503a8c873422c7e5e8339081a86539b2fb1fef8e authored almost 12 years ago
Add *Map commands where possible.

5a90e32c63b203f2c1b8c5802580c9faaf0d58fd authored almost 12 years ago
Use string in append directly.

dfde8211d4a985baf58e84b9ee332886acd268f3 authored almost 12 years ago
Remove unused variables.

5f00ff095c6090791be8707f7df6512b488aaeaa authored almost 12 years ago
Add NewUnixClient to connect to the unix sockets.

f64761880bf025e96e4248bec797c957cc340cf5 authored almost 12 years ago
Typos.

9f494b20b1a80df5d299933d52286012d8959791 authored about 12 years ago
Merge pull request #2 from jahfer/master

Fix the "Getting started" example for client.Set.

d38d9a2e24d89d6658fbc2d07f5abf203d321781 authored about 12 years ago
Fixed syntax in "Getting started" example

Now correctly demonstrates how to do error-handling on a "client.set()" command

559b2b27a7739a71a3ca29f8bf5d94995807e9f0 authored about 12 years ago