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

Merge pull request #90 from go-redis/fix/pool-waiting-for-connection

Fix pool waiting for connection that was removed.

e91b88fa173c1183fa57c81f19d4c163e0218cd7 authored almost 10 years ago
Fix pool waiting for connection that was removed.

d3fb658fef7ec2f68994433d834e1faae611c471 authored almost 10 years ago
Merge pull request #87 from go-redis/fix/cluster-pipeline

Ensure slots are initialised. Return non-failing connections to pool

6d8aaa46d2b0a3de404bb93cbae2a6dc2fbc0d49 authored almost 10 years ago
Ensure slots are initialised. Return non-failing connections to pool

51f0a7b0a71815800e586de8307fa4253d6ac8f8 authored almost 10 years ago
Merge pull request #85 from go-redis/fix/time-duration-timeout

Use time.Duration to specify timeout.

9de23691929c3df273468264e47cc80136d922a0 authored almost 10 years ago
Merge pull request #77 from go-redis/feature/cluster-pipeline-rebas

Feature/cluster pipeline rebas

053939b6e89f6e2b8dab3fe438f1d7ad25ad72f9 authored almost 10 years ago
Use time.Duration to specify timeout.

fb7803ad5a5debee420e19cd91eaeb768f8fa7cf authored almost 10 years ago
Add ClusterPipeline.

99fe9114b1b3e51bd1846850ea150cd39efb7a98 authored almost 10 years ago
Merge pull request #82 from go-redis/fix/cleanup-cluster-logic

Attempt to cleanup cluster logic.

5c951b37d59470d32c649b7ee0f43a8198c0a051 authored almost 10 years ago
Restore cluster_client_test.go

58c7dacf5be97bc5411a409ce3d77e12fdcd437e authored almost 10 years ago
Remove getAddrs.

fc0565a85b09e4e3223643e5a9f135b51a207029 authored almost 10 years ago
Store addresses of replicas again.

52a9dd52b73c0e44e21ceb69098796e41e2e5e2f authored almost 10 years ago
Attempt to cleanup cluster logic.

94a31f499f5329fe852c965c32350b9ea12e82dd authored almost 10 years ago
Use only master node address.

2511a1791d98b39ca017bec9cdc72e09cf0c067f authored almost 10 years ago
Remove unused func.

dbfd75705c3a57fc256bad0b4e8cfb121aa6a6fd authored almost 10 years ago
Merge pull request #46 from go-redis/feature/add-bitpos2

Add bitpos command.

8096f43489e3df3f1816953abe1ef6e4b9250751 authored almost 10 years ago
Add bitpos command.

754c11ab7f0ba24a6c977daac0d35a5b2c272ef7 authored almost 10 years ago
Merge pull request #83 from go-redis/fix/add-idle-connections-reaper

Add reaper that closes idle connections to the cluster.

6bf048a36cb54ad53b30bb3ad3b881d09076cad4 authored almost 10 years ago
Add reaper that closes idle connections to the cluster.

fe931fc851f03ba970a26b4aa4d7ea3ab222dd4b authored almost 10 years ago
Merge pull request #79 from go-redis/fix/consistent-zrevrange

Use consistent API in ZRevRangeWithScores and ZRevRange. Fixes #56. Fixes #78.

4fefa47d6d68880ebba457a3a3757e1fec62964c authored almost 10 years ago
Merge pull request #80 from go-redis/fix/improbably-race-condition

Better race protection

f0d65dece3f5e1cf71d372b0a1be9ddefd5144a8 authored almost 10 years ago
Naming consistency

ac4571386d5dbdfd6996c963113dee4c8bd9e4f1 authored almost 10 years ago
Rename mutex properties

e428ae1457c8616cf60326e60d62fcec6dcf81d4 authored almost 10 years ago
Better race protection

f5091d4be5b54af54a2a1214054131452a32c52e authored almost 10 years ago
Merge pull request #69 from go-redis/feature/refactor-set-setnx-setxx

Refactor Set, SetNX and SetXX with expiration.

c6692db20840f26afc212b3ff0f46715b839558a authored almost 10 years ago
Refactor Set, SetNX and SetXX with expiration.

2dc61d458ad0aba2b39f049c3e95b8721c4f2841 authored almost 10 years ago
Merge pull request #76 from go-redis/fix/hash-slot-unexport

Unexport HashSlot.

d363cc72c548ca4bc648cf437139564c0b4a892b authored almost 10 years ago
Merge pull request #75 from go-redis/fix/better-rate-limiter

Improve rate-limiter

381a6375dd42d6f390b6963ebd087b9696a15c70 authored almost 10 years ago
Use consistent API in ZRevRangeWithScores and ZRevRange. Fixes #56. Fixes #78.

026823f334a30ff7f63ccd38ad96d4e91bd8ab88 authored almost 10 years ago
travis: add missing dependency.

802521d0fe78d6fea2c744d39360f514b26e165b authored almost 10 years ago
Improved rate-limiter, use ratelimit package

e3ba7e7bf6306b73898c27ec5becac07b1b2cb7c authored almost 10 years ago
Unexport HashSlot.

36a06ec3788c391c18d24fffd8a75c765f61b773 authored almost 10 years ago
Merge pull request #74 from go-redis/fix/cluster-redirects

Fixed redirects logic - 'max' means less that or equals to

2dc0bd1c0a67b1c6109038f018f7fef8f55854d1 authored almost 10 years ago
Fixed redirects logic - 'max' means less that or equals to

e662309bf45a39b30b93b94186f8e46d7a0eacd9 authored almost 10 years ago
Merge pull request #72 from go-redis/feature/cluster-without-pipeline

Feature/cluster without pipeline

f8b9d6219b8dbda21b5bb0f2a57d45cde7f36f51 authored almost 10 years ago
Add Redis Cluster support.

c21e5f325511e88f6f7fe97efdc69112d6c96ab6 authored almost 10 years ago
Add ability to reset command state. Fixes #57.

78cf6f5eae2489a9dd3ab63fc0ce598f35194dc7 authored almost 10 years ago
Minor test improvements

66cbad53a1466a9d072701a9ee7cc9e067fde5c8 authored almost 10 years ago
Merge pull request #70 from go-redis/feature/faster-pool

Faster, lock-free pool

f9d30778d2c9cd8e5a774f9503ab42775fe5f020 authored almost 10 years ago
Documented options

a6385ccf0ac64c884808711ed56b29061e5b3f20 authored almost 10 years ago
Go 1.2 doesn't support parallel benchmarks

f05782eeaa0b2d1e87b8982729cbbf3741c0c791 authored almost 10 years ago
Use a lock-free connection pool

9f9822edd257c9e54e18f06ac02692fda9342309 authored almost 10 years ago
Minor. Report rate-limiter errors correctly.

528024664206493b627a51026907d7b7920b420e authored almost 10 years ago
Improve benchmark

c3ab344f84ef6f9429319fc79cb38b3a4f92d9d2 authored almost 10 years ago
Added benchmark

fe4c2d49184a61da32d8ce1f646d9b31ee888fd9 authored almost 10 years ago
Merge pull request #62 from go-redis/fix/better-rate-error

Improve rate limited error message.

70c4c19f1da9dd72f309f815093d6eb227a64f8d authored almost 10 years ago
Improve rate limited error message.

9c17ce2d9334bac1743c1ab18277b3397b4621e7 authored almost 10 years ago
Merge pull request #68 from go-redis/fix/relax-pool-test-conditions

Relax pool test conditions.

c66f542b4f9315dc240c4bac18862fb7494108ec authored almost 10 years ago
Relax pool test conditions.

689f0619439dc725530f84c382854dac28bd1dfd authored almost 10 years ago
Merge pull request #65 from go-redis/fix/pubsubnumsub

Better fix for pubsub numsub

b408dc24aaa7a1c41fb220d82a8427ea2349f9e3 authored almost 10 years ago
Fix/normalise pubsubnumsub response

34855172f2e2e6a7859ee4064637abe295f074d5 authored almost 10 years ago
Merge pull request #64 from go-redis/feature/ginkgo-suite

Use ginkgo test suite

2a81661b34cf5494805ac10defe380b85ba5cbb2 authored almost 10 years ago
Relax test condition.

377d92ae1aa096aa8678d0f4efc6932d8a1e0049 authored almost 10 years ago
Make sentinel tests more reliable.

7f87de6109bc610169db1a46ef7f89fa15d2d877 authored almost 10 years ago
Redirect cmds output to stdout.

15a90c831b6d765942b43000950955aabd8cb25b authored almost 10 years ago
Fix example.

95cd890e40c501a2681af3801fe8d9b80c23eb11 authored almost 10 years ago
travis: don't start sentinel.

22e4776c1e83bb578a5d92cf60a0ab71c280c92e authored almost 10 years ago
Try to fix travis.

140a4d4f96cebda71aae74fd2ed6ce4e59037d3d authored almost 10 years ago
Migrate rate limiter test

d7afd989b9c7a5f76882cb9fa2d035f255220e48 authored about 10 years ago
Fixing travis build

1a56e736aa4acfd791a32fa9918bb4d28c02b473 authored about 10 years ago
Fix travis install, added go1.4 to list of versions

8cef6c00f2b50db6ab140f321e2fc7f3036f58ae authored about 10 years ago
Better redis process abstraction

e16db84e4a8ceb914b3ce2d22db11727f46ab085 authored about 10 years ago
Migrates tests to ginkgo/gomega

f6bca7816842e8cffc3d25bceac9cd4666327d13 authored about 10 years ago
Add canonical import path.

0bc954fd9f7f8bd3935d2ae2c039ce98c32bb5ad authored about 10 years ago
Add link to the redis cluster.

f7399b48cd7d1b7068cc00cf21d76b9b8ae13f9c authored about 10 years ago
Merge pull request #55 from geoffgarside/fix-sort-by

Fix SORT .. BY pattern syntax error

e6179049628164864e6e84e973cfb56335748dea authored about 10 years ago
Add missing "BY" argument to Sort args list.

Fixes "ERR syntax error" issue with Sort{By: "pattern"}.

daade895aa47f71bd05859fc609e4e633660ed0f authored about 10 years ago
Add failing test case for SORT .. BY pattern.

c9c1f18a58f75c7c39fe850536e198771cc99e7a authored about 10 years ago
Merge pull request #52 from go-redis/fix/race-build

Enable race tests.

3406aebc13a50cdb4cfe6c37ef0e609ef5b50e83 authored about 10 years ago
Enable race tests.

20c738a1035d83af2362078981d8c1056d3fb401 authored about 10 years ago
Merge pull request #51 from go-redis/fix/fix-rl

Fix rate limiter and add test.

9778c1acf576a9c34468d850abe8dfdd585bc60f authored about 10 years ago
Fix rate limiter and add test.

b68ae5e548116c0f7da002774c9beba0365513f7 authored about 10 years ago
Merge pull request #49 from go-redis/fix/dont-leak-goroutines-when-sentinel-fails

sentinel: don't leak goroutines on sentinel fail. Fixes #48.

9805fc35f8e8c8cfe388b7b8814ed1feda64b16f authored about 10 years ago
sentinel: don't leak goroutines on sentinel fail. Fixes #48.

6f79953aa52c08581a5ce5a9a0dafa89d79ba390 authored about 10 years ago
Merge pull request #50 from go-redis/fix/upgrade-to-redis-2814

Fix PubSubNumSub to work with Redis 2.8.14.

f790046fea2a4a65a5d9a18fe106aa531381b639 authored about 10 years ago
Fix PubSubNumSub to work with Redis 2.8.14.

c54b83179617fedb5fd917341d8e20e4c52f0ac4 authored about 10 years ago
Merge pull request #47 from go-redis/fix/pub-sub-empty-pattern

Add optimization for '*' pattern in PubSubChannels.

0a00fb3a5d9e11a5cdb73801749e18355fb1d559 authored about 10 years ago
Add optimization for '*' pattern in PubSubChannels.

c438d40377eab513f1e44232f320d890c93f29f9 authored over 10 years ago
Merge pull request #44 from go-redis/feature/add-pubsub-cmds

Add pubsub* commands.

7b28e6f9d2a9ea4fcb7bdba70149309e97e02c3e authored over 10 years ago
Add pubsub* commands.

a11f80d9d7f40aedeba6c0526bd4cec344bd0570 authored over 10 years ago
doc: fix outdated reference.

7aeeecb761bf266ccabb12f1462aa85ae4adc5c2 authored over 10 years ago
Merge pull request #42 from go-redis/fix/rewrite_rate_limiter

Rewrite rate limiter.

48ff0f00a2e48b19d4629fea0293e92d97d0ac7e authored over 10 years ago
Rewrite rate limiter.

551257a98806c73a2ee8ed2dbf06bf9bd36fe8f9 authored over 10 years ago
Merge pull request #41 from go-redis/feature/add-dialer

Add Dialer option.

97695ed316508dd0575934a374b9035bcb53de02 authored over 10 years ago
Add Dialer option.

2508d0a57eff15bdc404e34eef960b6d2f5fa336 authored over 10 years ago
Merge pull request #38 from go-redis/fix/close_rate_limiter_loop

rate_limit: break loop when pool is closed.

593d5d1d774c6f7133538bdfe3fd788572795b4b authored over 10 years ago
rate_limit: break loop when pool is closed.

1c2b863036b6d32ea4d2a8c12a2b175f62c3a7fd authored over 10 years ago
Merge pull request #34 from go-redis/fix/remove_glog

Remove glog.

77d8805e9143844308620603c9a59ebda85e1fd1 authored over 10 years ago
Merge pull request #33 from go-redis/feature/string_cmd_helpers

Add StringCmd helpers.

4f3b1d7bf4905688362982cd0a60093bcf097d16 authored over 10 years ago
Remove glog.

38364356390134c823c130b8ad3d19a8ca24c602 authored over 10 years ago
Add StringCmd helpers.

9ac69a08dbaddefd76c10e2150b98180bc5d85bc authored over 10 years ago
Add example for failover client.

ffe62d60e2dac87af57a6726ed01c82616abb929 authored over 10 years ago
Better test name.

2651b57a913147eb27c4d0b87038fcebcebdba54 authored over 10 years ago
Reuse write buffer.

97039c229c83b90cbc350acb4df44b72b89a9403 authored over 10 years ago
Rewrite benchmarks using std testing lib.

aff229a22811a2e655aeec276ae8b3c364ed319d authored over 10 years ago
Sentinel client does not support password and db options.

3c565a35a969eda6465024cbe0b1cd9bf008aff4 authored over 10 years ago
Fix db selection. Fixes #31.

537971dca135946da69e1ab31cf74e3db819b2e9 authored over 10 years ago
Rework ZRangeWithScores.

dc9bffa57da5d18e5a1e852784a8c0cfd570072f authored over 10 years ago
More benchmarks.

00a131e3a9b9bb486bba76bbfb4d9416c52f10c5 authored over 10 years ago
sentinel_test: increase timeout to make build more reliable.

42ce58ed85bda8268a44ce46f1e0ca7993e82363 authored over 10 years ago