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

Rename Multi to Tx to better reflect the purpose. Fixes #194.

7a03514d7fecc92d138a1e4d39358de1c1f87a0d authored almost 9 years ago
Merge pull request #297 from go-redis/fix/eval-interface

Accept interface{} in Eval. Fixes #243.

b1aa8088114bcb03585641c797aae044d3072e61 authored almost 9 years ago
Merge pull request #296 from go-redis/feature/single-pipeline-type

Reuse single Pipeline type in Client, ClusterClient and Ring.

8ca5674bd150585a7f2c177219e3c50826e5d6db authored almost 9 years ago
Accept interface{} in Eval. Fixes #243.

5e5a540eb124a8994ad7302b741e89f1a1f2ef4b authored almost 9 years ago
Reuse single Pipeline type in Client, ClusterClient and Ring.

3b051d2374dc02811b71c168bf32d67f834fffb1 authored almost 9 years ago
Merge pull request #295 from go-redis/fix/pipeline-test

Add cluster pipeline test.

b3514029955f38f2a1120b5c3ad59f241d9eecca authored almost 9 years ago
Add cluster pipeline test.

ec05edd08c936daca92183b94b0fc5fa47381e19 authored almost 9 years ago
Merge pull request #294 from go-redis/fix/disable-logs

Disable logging by default.

ad28227d7ffdda1d676b7b1089c6ee98270af4a8 authored almost 9 years ago
Merge pull request #293 from go-redis/fix/update-comment

Improve comment.

ff5145a9e62035ba62443503d03775ed4c911f7a authored almost 9 years ago
Disable logging by default.

ebbeb40416e82629df1ff0c0353de367685a043f authored almost 9 years ago
Improve comment.

04b6c9d3add890070824d840a1654f1bca5bd096 authored almost 9 years ago
Merge pull request #290 from go-redis/fix/error-handling

Cleanup error handling code.

b9c6dcef57ad94d9fda05ed14519e9542b6a2c75 authored almost 9 years ago
Add redis cluster benchmark results.

3e2da01875f95cbb4a688840366fb77a49fb8d56 authored almost 9 years ago
Merge pull request #289 from go-redis/fix/unneeded-sync

Remove unneeded synchronization.

ffbcf67964f11d2768982ad78fd36e0377894ea0 authored almost 9 years ago
Cleanup error handling code.

30ce5ebd572a2b0bc978900c0d0de2d37a87ef9f authored almost 9 years ago
Remove unneeded synchronization.

d802f0e8bd28523c12371227e4f342a15bfca807 authored almost 9 years ago
Merge pull request #288 from go-redis/fix/rm-go14

Remove Go 1.4 from test build. Bump license.

d2ae7d870764d131887fa31a743bb50abbcf9384 authored almost 9 years ago
Remove Go 1.4 from test build. Bump license.

46e3a09455a2b17453fbc86ce489ccd9d89ca142 authored almost 9 years ago
Merge pull request #285 from go-redis/feature/new-pool

Faster and simpler pool.

fb6ea09ce3f2f014c4a0b2132a25e2d44bf5b1be authored almost 9 years ago
Faster and simpler pool.

6e1aef39ea16afa4b8a43cc7fe8cf15d825159f7 authored almost 9 years ago
Merge pull request #284 from go-redis/fix/pool-tests

Move some tests to pool package.

0303cfbb96dc1a3f07ee68f1961a602106c6dd49 authored almost 9 years ago
Move some tests to pool package.

93a7fe0de36f9ae3d3eeae646acaa4c0ee856961 authored almost 9 years ago
Merge pull request #283 from go-redis/fix/race-tests

Extract race tests to separate file. Add more race tests.

998148be400d1e4d8928a746f3bd3bc147d7cbf5 authored almost 9 years ago
Extract race tests to separate file. Add more race tests.

f47fb47df0504eef87892242127de452af13769b authored almost 9 years ago
Merge pull request #281 from go-redis/fix/client-init

Fix connection initialization.

9d394cc7fb0e4c1d768c3b1e1af0852f65e2c9b0 authored almost 9 years ago
Try to fix flaky test.

956d6c508bde11ddf1263f84a8367f31d569b09f authored almost 9 years ago
Fix connection initialization.

707472c09bde3416534f28f79205a8b48c684b59 authored almost 9 years ago
Merge pull request #280 from go-redis/fix/big-vals-race-test

Add race test for big vals.

7f594cdbe1afe86429ab542f76cf4539557b4dfa authored almost 9 years ago
Skip flaky tests.

e37202e605475100e669f238fb813224ecaa03bc authored almost 9 years ago
Add race test for big vals. Copy connection to avoid race with PubSub.

46790aa060f15fd4776bf336b7cb5db4b16d45e2 authored almost 9 years ago
Merge pull request #279 from go-redis/fix/readn-slice-grow

Fix slice grow in readN.

50b2689809691f3f2aa01534ae2348d5e75289cc authored almost 9 years ago
Fix slice grow in readN.

672fb9bb97c2587cbbae21fad2ab63df3cf23930 authored almost 9 years ago
Merge pull request #277 from go-redis/feature/conn-stack

Make free-connection stack a LIFO.

4665ad860f6aa4cfbf83bf8f18da9db8dde1adb5 authored almost 9 years ago
Add tests for conn reaper.

ef5ccc12aef8eff5c5731537192b1b1cb8ba74c0 authored almost 9 years ago
Make free-connection stack a LIFO.

1bb55e3a9a686c082ec9c8e44e8298a6ceb011b2 authored almost 9 years ago
Merge pull request #275 from go-redis/fix/move-pool-benchmark

Move benchmark to relevant package. Added bench task

7a4f8ede8f7f7f09d08a3e982017c79300fc2018 authored almost 9 years ago
Move benchmark to relevant package. Added bench task

900913d1e5c5ca774b95795f1a8a117b6e1b07b1 authored almost 9 years ago
Merge pull request #274 from go-redis/fix/go-standard-paths

Use go standard path for test data

3f9a83634db65cf3edad8db09c0cd080736251b3 authored almost 9 years ago
Merge pull request #276 from go-redis/fix/optimize-pool-remove

Optimize pool.Remove.

7af992dd83d161aac769e11660174561b9df744f authored almost 9 years ago
Optimize pool.Remove.

fdd0fdf678fbc2b4018c239922d01a2c2f10f5e7 authored almost 9 years ago
Use go standard path for test data

e80f790e7640c34e347cf4235aa5f8348a7f4c9c authored almost 9 years ago
Merge pull request #273 from go-redis/fix/extract-pool-package

Extract pool package. Add pool benchmark.

0d67a1f70fd18c69779aaed6c52d9b42cd0bd069 authored almost 9 years ago
Extract pool package. Add pool benchmark.

ad0739be9976594d3ab71a4e61c5e8501fe11d66 authored almost 9 years ago
Merge pull request #271 from go-redis/fix/benchmark-against-redigo

More benchmarks.

aad45610b09db530cb5a17b04860515bc2c32c92 authored almost 9 years ago
More benchmarks.

b90cea8e8dad46a1549cd83a517032b31555d0e4 authored almost 9 years ago
Merge pull request #268 from go-redis/fix/close-connection-on-network-timeout

Close connection on network timeout.

eb78eedafec136fb90325a094fb4717f642734ab authored almost 9 years ago
Fix FailoverClient to close connection to Sentinel. Fixes races build.

27635bbe4e50897f3fbd320ced4d00eb624386ec authored almost 9 years ago
Improve pool tests by verifying number of created connections.

0db1d730c840987ca4688d3682acde52fdf0c097 authored almost 9 years ago
Fix race in tests.

4edc7a059c71eec2003ec25559f0d2d32df99ba3 authored almost 9 years ago
Close connection on network timeout.

673e99943140855a07481485418e1504df27b6d6 authored almost 9 years ago
Merge pull request #269 from go-redis/fix/client-methods

Correct method accessors

0ea1bdd3065b314f2bdebcb4db3f641e052d8946 authored almost 9 years ago
Correct method accessors

9f40911f28f065dfcbcea0f7d266458ff6937f04 authored almost 9 years ago
Merge pull request #266 from go-redis/fix/error-format

Fix error formatting.

847e1270db346fb782eb2cace30923a692ef6779 authored almost 9 years ago
Fix error formatting.

d3f33b67b9fcbaa0a5054b1a94ff4510e757d1aa authored almost 9 years ago
Merge pull request #265 from go-redis/fix/cn-used-at

Set conn.UsedAt when connection is created. Fixes #263.

f7d4933032ef7d641fcea89be8a7c27c83a6f011 authored almost 9 years ago
Set conn.UsedAt when connection is created. Fixes #263.

43aade818abc9807d0d44017cf56d3705b8c3541 authored almost 9 years ago
Merge pull request #264 from go-redis/fix/used-at

Update conn.UsedAt on Read/Write. Fixes #263.

7116858f6796e0e82dd41581e8fe2988dddc1d4c authored almost 9 years ago
Use package logger.

73ad84252c7afa2a2d24ba55ae51d6c972148e7c authored almost 9 years ago
Update conn.UsedAt on Read/Write. Fixes #263.

78d40d5bd72d988b912c8a32b4ff2505de86c1a8 authored almost 9 years ago
Merge pull request #261 from go-redis/fix/simplify-sticky-conn-pool

Simplify connection management with sticky connection pool. Fixes #260.

a4e4d1da06952ce90d8ec6604261c8a74432b282 authored almost 9 years ago
Compare number approximatively.

6b369a317f187102af75d5ba4eac2ec5e8afd462 authored almost 9 years ago
travis: test Go 1.6.

9c261facceaf16adcd2567f1aeaf33e584d3e5fd authored almost 9 years ago
Simplify connection management with sticky connection pool. Fixes #260.

110e93a8e4e53c2a60d662d414afbdc5b21dff70 authored almost 9 years ago
Merge pull request #257 from go-redis/fix/use-uint32

Use uint32 because uint64 requires manual alignment on 386 arch. Fixes #256.

0382d1e980729491f4b0909b5a3309a98d49f718 authored almost 9 years ago
Use uint32 because uint64 requires manual alignment on 386 arch. Fixes #256.

e750d2b7e27a245b1cb64af101cc4b1005d38fe4 authored almost 9 years ago
Merge pull request #255 from go-redis/fix/logger-prefix

Add prefix to package logger.

298fdec44579d427ee4c50483e5ccda1ebdcc204 authored almost 9 years ago
Add prefix to package logger.

ebf51e1a1bef4ea30bd17f645d436c505c64710b authored almost 9 years ago
Merge pull request #254 from go-redis/fix/cluster-slots-id

Fix cluster slots parsing.

6dac5ea35c6fcc7a3a5ba2f068b2af3d61b2ab9b authored almost 9 years ago
Fix cluster slots parsing.

2b2a6805dd26257c4ca6ce4ac6e488a3218218df authored almost 9 years ago
Merge pull request #253 from fsouza/global-logger-issue-250

Declare and use a package-level Logger

255bb289968b6902086d5f51f864620b54be19a9 authored almost 9 years ago
Declare and use a package-level Logger

This allow users of the API to override the Logger. Fix #250.

d3ee281748d0ffc71c4c9d36e9c3f7d6eecdde2b authored about 9 years ago
Merge pull request #248 from go-redis/fix/pool-stats-tweaks

Tweak pool stats.

538069c33f3d10eef8d385146714016465162ce7 authored about 9 years ago
Tweak pool stats.

6c7b789b3a9c21d9e2c805a04e0f2651ebefb5cd authored about 9 years ago
Merge pull request #244 from anmic/feature/pool-metrics

Add pool instrumentation.

d2b13f523dc9dccb90c9d2f6cac5ba1a246014da authored about 9 years ago
Merge pull request #247 from go-redis/fix/sort-nil-reply

Sort can return nil reply. Fixes #246.

3f059e5c53cd635382697546e6225f1437e3c5a2 authored about 9 years ago
Sort can return nil reply. Fixes #246.

3ed364e92ae4c5a756349a48f0eba281ebe01180 authored about 9 years ago
Add pool instrumentation.

f7a4bd5023cc73904b5e3bd6355837a990d7d5e7 authored about 9 years ago
Merge pull request #239 from anmic/feature/info

commands.go: add section parameter to Info function.

dd1ac33826064181d7abaa20d976eab31ec12b58 authored about 9 years ago
commands.go: add section parameter to Info function.

602824623be4ccc422a7bcced725e54a760ba55d authored about 9 years ago
Merge pull request #237 from go-redis/feature/mention-redis-lock

Mention distributed locks

0363b6924816aef8018e2be97bd1047ff0318e05 authored about 9 years ago
Mention distributed locks

be6b602480cb8ae627b5230855b477602595c852 authored about 9 years ago
readme: add link to rate limiting package.

c510761c7641fa99466564f1e9e5d1db4adb8026 authored about 9 years ago
Merge pull request #232 from anmic/feature/hash-tags

Create hashtag package.

8a0be38c7e2843d70349949c6a42054860bede9e authored about 9 years ago
Create hashtag package.

0bf3759a6dbf6f0fbb93e5c4d625a9fd638d0769 authored about 9 years ago
Merge pull request #234 from go-redis/fix/psubscribe-test

pubsub: add PSubscribe test. Updates #233.

aa0a9697d83d57be721f4ef8176d367c63873855 authored about 9 years ago
pubsub: add PSubscribe test. Updates #233.

1739cd9380173ef4f513f792cb0ddb0d9e5c20f0 authored about 9 years ago
Merge pull request #233 from Freeaqingme/master

Bugfix: pubsub/psubscribe should register a pattern rather than channel

d226168576b41a993b1b6c0067cbc00835a552bc authored about 9 years ago
Merge branch 'master' of github.com:Freeaqingme/go-redis into HEAD

84cd76929065254ff22e60c97e2f8104ace06bc1 authored about 9 years ago
Bugfix: pubsub/psubscribe should register a pattern rather than channel

6eec22a5e51b8ba811da5928f0a2e7569acd3715 authored about 9 years ago
Merge pull request #231 from anmic/feature/cluster

Feature/cluster

edae11bd9f6e02187747217b2c54b7a14cf91c9b authored about 9 years ago
commands.go: Add new functions to cluster.

cbc5360e78f2d61bacb68d5e336493d6ff6ae491 authored about 9 years ago
Merge pull request #230 from anmic/feature/cluster-key-slot

commands.go: Add ClusterKeySlot function.

6e8bc40d65585ef849e2325996957d9e905316be authored about 9 years ago
commands.go: Add ClusterKeySlot function.

9b1148903efb856265efb32d3a562d21c06d928b authored about 9 years ago
Merge pull request #228 from go-redis/fix/better-rate-limited-message

Better rate limited message.

8319126d93f821c1a3c4abdd773c2ffb03c9245d authored about 9 years ago
Merge pull request #229 from hongrich/pfcount-multiple-keys

Support multiple keys for the PFCOUNT command

bdb48fd31c06616329af6fc842c04833233b018d authored about 9 years ago
Support multiple keys for the PFCOUNT command

a6da93713abbcc558cb4a23435f7d2108f9c2c5f authored about 9 years ago
Better rate limited message.

d7c44c7899316631fdd417940d8ca18d0a018d43 authored about 9 years ago
Merge pull request #227 from go-redis/fix/stabilize-build

Stabilize build.

f6d6826d82cbb2b772de2387493d9520168e1893 authored about 9 years ago
Stabilize build.

36487d84626d74a6600ee7a06017b7e6d9fa1187 authored about 9 years ago
Merge pull request #223 from anmic/feature/cluster-reset

commands: add cluster reset function.

2be29240c7dbfc9ca913e19d9c45d24553931916 authored about 9 years ago