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

Add bytes support for sorted set.

379b44f44ade439344b0b35ae4b863f35487af4e authored over 9 years ago
Merge pull request #136 from go-redis/fix/select-db-nil-pool

Fix nil pool on read timeout. Fixes #135.

0c19d0be411de22fa3b1ec78319b668ea59e8335 authored over 9 years ago
Fix nil pool on read timeout. Fixes #135.

029065eb68819816ef5da0343397d4cefbba7ad0 authored over 9 years ago
Merge pull request #134 from go-redis/fix/ring-pipeline-error

ring: return an error in pipeline when all shards are down.

7261646454aa2f7428f79553f68f469c3e35a896 authored over 9 years ago
ring: return an error in pipeline when all shards are down.

54dcf59909272af0781595a409c1895785529d0b authored over 9 years ago
Merge pull request #130 from go-redis/fix/restore-time-duration

Use time.Duration in Restore.

4275a19033bfc28d7ad84a3224a66dd268d57c2e authored over 9 years ago
Merge pull request #133 from go-redis/feature/pubsub-api

pubsub: improve API and docs.

7baacea8fb3cb99899582abb6fa2b5c280ce015d authored over 9 years ago
pubsub: improve API and docs.

d7edae84cf2a63bd3e0c7951de2ec4b9b448e72a authored over 9 years ago
Merge pull request #132 from go-redis/feature/pubsub-ping

pubsub: add PING support.

2cb6b30541e0e1d1c19cefe69ec74b5f002ce5c6 authored over 9 years ago
pubsub: add PING support.

f901321d846ad0f37964210647bdecb191a9b02e authored over 9 years ago
Merge pull request #131 from go-redis/feature/restore-replace

Add RestoreReplace.

a16f70a722c6a2f1e908e7969212bcedd999ee1d authored over 9 years ago
Add RestoreReplace.

412baf447b1b47109bc4c6b5e50ea7d53447ce8f authored over 9 years ago
Use time.Duration in Restore.

fa185a564fd76981830e4ad8ecdbd1dd20e302aa authored over 9 years ago
Merge pull request #118 from go-redis/feature/marshal-unmarshal

Allow setting and scaning interface{} values.

39c9dc26657fabedb2e85121869fb34bc06326e4 authored over 9 years ago
Allow setting and scaning interface{} values.

3c1f2bd45a62c38c604b39ce4111ca0b1514641c authored over 9 years ago
Merge pull request #127 from go-redis/fix/ring-keys-hashing

ring: fix key hashing in Ring pipeline.

2cfe5df7d2593e20161594e4c02ebb305c9ccd8e authored over 9 years ago
ring: fix key hashing in Ring pipeline.

1608a33e551385996c40013451d22c70d6d732d5 authored over 9 years ago
Merge pull request #126 from go-redis/fix/ring-pipeline-tests

ring: improve pipelining tests.

a43e6ec46d234df5c90f83e2826e72475313bd7d authored over 9 years ago
ring: improve pipelining tests.

fee949ecbf7f4b3a69068d0be25985c689f7530d authored over 9 years ago
Merge pull request #124 from go-redis/fix/ring-pool-timeout

ring: ignore pool timeout when pinging shards.

d36559f9ce085e75cccdb58e9a54e36621bfd4c1 authored over 9 years ago
Merge pull request #125 from go-redis/fix/better-script-example

Better Script example.

e1116afab654991bb380908a9ca32d2249542ddc authored over 9 years ago
ring: ignore pool timeout when pinging shards.

74f9f4f7a0b559fa6b3da4912f32a36a8358c3d0 authored over 9 years ago
Better Script example.

c9fb737f06e6a9ec2f109b30c9f52368815a4c4e authored over 9 years ago
Merge pull request #123 from go-redis/fix/script-api-inconsistency

script: fix small API inconsistency (backwards compatible).

651d0b06620784b860d84eb3ecf435985afd25b1 authored over 9 years ago
script: fix small API inconsistency (backwards compatible).

771ae5f899d89949f53ffae6ac246d81a2164aca authored over 9 years ago
Merge pull request #122 from go-redis/fix/bench-set-bytes

Add BenchmarkRedisSetBytes.

90888881b4844d948d5cf81d0d8a1e6bba0e90e6 authored over 9 years ago
Add BenchmarkRedisSetBytes.

9b31a45f9e714acc97e6a57002b95733461b71f3 authored over 9 years ago
Fix links.

74c3ac1ac7ef937d1942372be5bd89878b6c59ae authored over 9 years ago
Add Ring example. Improve existing examples.

faa7ed46bd55be18d606f9a2542d318fb1a47356 authored over 9 years ago
Merge pull request #120 from go-redis/feature/ring-pipeline

Add RingPipeline.

a9724894162e809eda1031fbc1bb4f2e154f9f2d authored over 9 years ago
Add RingPipeline.

0cf1b73698e0a507cb071a2a60a1a906f7e06f2d authored over 9 years ago
Merge pull request #117 from go-redis/feature/redis-ring

Add Redis Ring.

7ce4387ff8f4bb39bd0446cd14e8c89bc40d2fcc authored over 9 years ago
Fix flaky test.

c64b7819b9edd393bdde0a9dd206bc57b051d464 authored over 9 years ago
pool: put connection to the list before returning it.

a8fe55571b1d68ed68d1e7f19e2fe8ed0570412b authored over 9 years ago
Fix flaky tests by using better matcher.

3fc16811b5b8a77c9c5b541c3c1d6525bb38f2d9 authored over 9 years ago
pool: close all connections at once.

7d886330f114b726d3464c59a62e82b2cdfa7adc authored over 9 years ago
Fix flaky test.

fc04a09033c98e5c3eff38c214c4c34dd40e980e authored over 9 years ago
makefile: remove ginkgo flags.

90aaae2ba2f19f5e2f68b28becae53c56fc1edba authored over 9 years ago
Add Redis Ring.

46f49a17a54456682c79b3f4e06c08800a2defb8 authored over 9 years ago
Embed consistenthash package.

2103d88732e47fbe86aa70ba4e270bd96f2b5007 authored over 9 years ago
Merge pull request #119 from go-redis/fix/panic-when-list-closed

Don't panic if list is closed and conn can't be found.

2c4f6f8a2c9010b29f8f6deca77d2466a59add65 authored over 9 years ago
Don't panic if list is closed and conn can't be found.

9d6c73eb9d9ca5f3d2dc31177122bd4932420b72 authored over 9 years ago
Merge pull request #99 from go-redis/fix/release-reloading-with-delay

cluster: release reloading with delay.

b70f364fccca2911ddfdc8e0219f522a029bb388 authored over 9 years ago
More comments.

b1946ee532efdd01f4651214002abbf7e740bd99 authored over 9 years ago
Merge pull request #116 from go-redis/fix/reduce-options

Reduce number of various options structs. Slightly reword comments.

7b1eeda9c18cf02aca975a91c8bcd5604d59fa61 authored over 9 years ago
Merge pull request #115 from go-redis/fix/client-client-example

Add basic example how to use Redis Cluster. Unify comments.

1665b190e99763707405cc0f9e2e668756bc7dcb authored over 9 years ago
Reduce number of various options structs. Slightly reword comments.

40b429df49ec89ab3886970ebd2409ed9c9d9c65 authored over 9 years ago
Add basic example how to use Redis Cluster. Unify comments.

f6ef0fd3424d5ce67dc851560203e16e6659ea35 authored over 9 years ago
Merge pull request #114 from go-redis/fix/use-v3-in-readme

Update readme for v3.

1eb3e076ed80908feaa89d819f68c61cb64709f9 authored over 9 years ago
Update readme for v3.

36fcbb1f9419e8ca6729b467fe9f9a0f42c4b28d authored over 9 years ago
sentinel: add comment.

1d02fa85a908bc244eb175259732b76d843c2622 authored over 9 years ago
Merge pull request #113 from go-redis/fix/better-pubsub-example

Rewrite PubSub example.

fb9ea75a3776742f4b8981bab1b8bc94ba89fa2b authored over 9 years ago
Fix ClientPause test.

387330857d58e289fdee812fe343bc482fdd6a81 authored over 9 years ago
Rewrite PubSub example.

f79308a137ef4bd4cd88d786184b3ae4ad48e1e4 authored over 9 years ago
Merge pull request #110 from go-redis/fix/redis-string-meth

Add Client.String method.

cdfab22180f116c19fe0575451683bc800e4c2d9 authored over 9 years ago
Add Client.String method.

f531b3b493be57f112a4e29cd440f599b7392172 authored over 9 years ago
Merge pull request #109 from go-redis/feature/client-pause

Add ClientPause command.

c1033ead393550d23bdd9d9a6f726b0c019b63c0 authored over 9 years ago
Merge pull request #112 from go-redis/fix/multi-less-confusion

multi: remove confusing comment.

c194f97ea2a5f9e629b7e993de44cab30958ee6a authored over 9 years ago
multi: remove confusing comment.

55f551a44742ece489c7830b26a11db8448adf36 authored over 9 years ago
Increase read/write timeout.

e72b69b964ed7d24381d52266d74436b07792b49 authored over 9 years ago
Run tests against latest Redis version.

bca8659b542abde08f95c20ea679aae373a0fd75 authored over 9 years ago
Add ClientPause command.

4df8b2bbbce4692e4ef5e8335da223804f4fc798 authored over 9 years ago
Merge pull request #108 from go-redis/fix/reduce-zadd-mem-alloc

commands: reduce memory allocations in ZAdd.

44a58ef06786c0f383a22ddc363dfa66a88eb784 authored over 9 years ago
commands: reduce memory allocations in ZAdd.

5f85be3173895c1e57c00a9e0bb3c236ba912477 authored over 9 years ago
Merge pull request #107 from go-redis/fix/psetex-setex-remove

Remove PSetEx and SetEx. Set should be used instead.

bbfbc5f66819dcef34304bd2f984ee5ae229a0cd authored over 9 years ago
Merge pull request #105 from go-redis/chore/redis-v3

Release redis.v3 beta.

3530941b1d89aea93e161ea078fc834266984e22 authored over 9 years ago
Remove PSetEx and SetEx. Set should be used instead.

0b87c16b615f29334bf1ae51829dfe2f98657133 authored over 9 years ago
cluster: don't reload slots if address already changed.

40bad36dfb23f1fe0dbda4e26435610b17a2e41e authored over 9 years ago
Release redis.v3 beta.

18ea75d2ad12abf24f242b637d10e91d79af5dbe authored over 9 years ago
Merge pull request #106 from go-redis/fix/dont-pass-db-password-to-sentinel

Fix/dont pass db password to sentinel

b4f481ef43e48558a7e580e7ae77d5a2f49b7b38 authored over 9 years ago
travis: don't test on tip (it is broken).

716ecc313b810fd684028957ab3bcbdf818381c2 authored over 9 years ago
sentine: don't pass DB and Password to Sentinel client.

1078a303ea52f2d577115ef18cc300678c766487 authored over 9 years ago
Merge pull request #101 from go-redis/feature/auto-retry-and-max-retries

Add auto-retry and MaxRetries option. Fixes #84.

b8b073f3bfd92a61caad8e12ec6c312707fd1528 authored over 9 years ago
Merge pull request #104 from go-redis/fix/use-cluster-info-to-ping

cluster: user ClusterInfo instead of Ping to find live node.

6ee0a9b9f5e2039f7331ae1a955c1accc2fc76bd authored over 9 years ago
Increase test timeout.

f24d3ff013afa1833cbd6f8f5a0872bcfcd22350 authored over 9 years ago
cluster: user ClusterInfo instead of Ping to find live node.

84cd16e214b89c1d50cd57b99ada642119a82479 authored over 9 years ago
Merge pull request #102 from go-redis/fix/attempts-reset

cluster: don't reset command when there no attempts left.

368e3ce853424c919667c8081fcef2050dff22bf authored over 9 years ago
Merge pull request #100 from go-redis/fix/pool-close-gracef

pool: gracefully close pool by giving users time to free connection.

ab2f697b5358cb355a2ee35222b01222fed160db authored over 9 years ago
Add auto-retry and MaxRetries option. Fixes #84.

8c67e00efc41fac0745675b2ec90c0ee24a2dbc0 authored over 9 years ago
cluster: don't reset command when there no attempts left.

7f1eb05ba827fde075d2b0d139e79e78955064e6 authored over 9 years ago
pool: gracefully close pool by giving users time to free connection.

575fe0d0b5083e86226f7d9c8c9def1845363533 authored over 9 years ago
Merge pull request #96 from go-redis/fix/reload-slots-in-background

Reload slots in background goroutine.

2507be6cd22036082eb3ece887a237afd75cbea6 authored over 9 years ago
Merge pull request #97 from go-redis/fix/pool-closes-all-connections

Fix pool to close all connections when client is closed.

d3a8d04b9c09020618d16b4f6718050a0ad7c10c authored over 9 years ago
Fix pool to close all connections when client is closed.

f3f44aefbe902201ec3de33bc1ae8c0bbda08745 authored over 9 years ago
Merge pull request #98 from go-redis/fix/rm-deprecated-funs

Remove deprecated funcs.

3714e407e02a4900e32bd0566cedd752b2c0ef9b authored over 9 years ago
Remove deprecated funcs.

121cfc5792a765c2815d159af294487a266c1366 authored over 9 years ago
Reload slots in background goroutine.

84dc1f963ee7e6de444c86758bd806b1ec8e9a99 authored over 9 years ago
Merge pull request #95 from go-redis/fix/close-client-and-reaper

Implement Close and fix reaper goroutine leak.

f7a1636422688f0eb0b37915ceb8c12ed00419b7 authored over 9 years ago
Lower ticker duration.

7da995891e064badfda7da2a75c2a36fdb8ceb56 authored over 9 years ago
Fix deadlock. Stop time.Ticker. Add a test that closed client is not deadlocked.

cc0ee1001924ebcbc2297d6820cb5fe2c35b1bc1 authored over 9 years ago
Implement Close and fix reaper goroutine leak.

d00fb6ead9013c740bfa793d61d424f3ff3c6f4f authored over 9 years ago
Merge pull request #93 from go-redis/fix/dont-reset-clients

cluster: don't reset clients on MOVED.

593f01fcebc0526a342d67c8b5589fee7648ea21 authored over 9 years ago
Merge pull request #94 from go-redis/feature/cluster-benchmark

Add very basic cluster benchmark. Cleanup other benchmarks.

e194c5e81b5277864694a3d9ab6d54446f565228 authored over 9 years ago
cluster: don't reset clients when slots are changed.

46527c872dd979fa8c277cb53f842d718625bc2f authored over 9 years ago
Add very basic cluster benchmark. Cleanup other benchmarks.

e6d90baaf878bec07a5da45759d52d2c6ad14d30 authored over 9 years ago
Avoid remove/new/init loop in pool

6313dc03a76335ea00b0c6efb52c653bc00a17d4 authored almost 10 years ago
Fixed test

3cf14884c967bba0c1ead72933b666f31260906f authored almost 10 years ago
Ensure all new connections are initialised

750d14fe213502fcdf228b9c7d05cfe90623939e authored almost 10 years ago
Simplify internal API

a5891da2f69bebc79b8e3a65bd8ed7e614627104 authored almost 10 years ago
Handle test failures

60e0221c3dc6839d4b9372c31b23b66ed58cee80 authored almost 10 years ago