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 #1033 from timvaillancourt/additional-sentinel-funcs

Add .Master(), .Slaves() and .CkQuorum() funcs for Sentinel

857fbcc4b37b346ca66dac95ae610bf2834e99dc authored over 5 years ago
Add .Master(), .Slaves() and .CkQuorum() funcs for Sentinel

2ff1db24a25188d56a556c4444e56170c15d2fd2 authored over 5 years ago
Merge pull request #1000 from kassiansun/master

Add go.mod and go.sum

75795aa4236dc7341eefac3bbe945e68c99ef9df authored almost 6 years ago
Ring instrumentantions (#1017)

* Ring instrumentantions

97e6ed817821d91977b51fdec185ca2dbb917fa6 authored almost 6 years ago
Fix link

32270910878445e8a59872fd11a8a734db16a1b5 authored almost 6 years ago
More granular locking

a46b053aa626a005a30dfb1ac4e096abcce1ef76 authored almost 6 years ago
Ring Watch (#1015)

* Ring Watch

be4c4f3f380d79b40259c076bfcfd6f0a27d7671 authored almost 6 years ago
Merge pull request #1014 from nnimo/pubsub-panic-fix

fix pubsub panic on redis reload

721116ac0e91234d45c9b7ae5debf13ff674a173 authored almost 6 years ago
fix pubsub panic on redis reload

0f8e53e87469dff28ff91ae29788e8f539520927 authored almost 6 years ago
Merge pull request #1012 from sosiska/patch-1

Some code improvements

3f9b4d7004b1270253e54665d3b233afb06e9784 authored almost 6 years ago
Some code improvements

* Rewrite if-else chain as a switch.
* Rewrite switch statement with only one case as if.
* Remo...

eca4e5d04c5ec7206040ddbe179a24ca4ac12fa1 authored almost 6 years ago
Merge pull request #1011 from aspacca/master

Added WrapProcessPipeline to UniversalClient, wrap c.processTxPipelin…

6b2a39a436cbaf39dfdb6ddcc371ad129b6cfe3b authored almost 6 years ago
Added WrapProcessPipeline to UniversalClient, wrap c.processTxPipeline in cluster client

9d63d8db545569e442dc19224a05491a4f59227f authored almost 6 years ago
Merge pull request #1010 from kak-tus/pipe_timeouts

Add comments about pipeline technique.

cb1c190bedafb36eec264144dce3ed0cce49db21 authored almost 6 years ago
Move comment to Pipeliner interface.

To remove all text copies.

4f66c5f32b78b46e9801842c216e5220488b0a5a authored almost 6 years ago
Add comments about pipeline technique.

Notes about it's usage in case of big pipelines and low read/write timeouts.

d7b83274b7119b63c7e21fd1ef0adcfde68d18fe authored almost 6 years ago
Merge pull request #1009 from go-redis/fix/float32-helper

Add Float32 helper

292bdd823051e741eb63efb29a8cbfd6dd860aff authored almost 6 years ago
Add Float32 helper

94ec5567259223ee9777970a79d215ac6af5c50d authored almost 6 years ago
Merge pull request #1006 from francoispqt/patch-1

Typo error in comments

2f1ad94a2a55e384ae03a10fb0b0e8ab48db5523 authored almost 6 years ago
Typo error in comments

af59960088d6f47deeb59b6642155fb9debb8c2c authored almost 6 years ago
Add go.mod and go.sum

569307e34d03282335af630cfa92148697dd8db7 authored almost 6 years ago
travis: add Go v1.12

a679e614427ac801aafbf444481210440c8a2694 authored almost 6 years ago
Merge pull request #996 from go-redis/fix/max-age-min-idle-conns

Fix MinIdleConns and MaxConnAge

174bea5e4cadf17c897e559f940a8c0adf7562ed authored almost 6 years ago
Fix MinIdleConns and MaxConnAge

b706478fdcade5b07a2a810c8898deb59a8f7dcf authored almost 6 years ago
Merge pull request #993 from go-redis/fix/full-chan-drop-message

pubsub: drop a message when the channel is full

9ecae37814bc6623672ec8967e2b322b23fd4540 authored almost 6 years ago
Add PubSub.ChannelSize

b6fdeca648a903381216cd85e9e481d881d2ee5b authored almost 6 years ago
pubsub: drop a message when the channel is full

21913a8304c76dbc7fff0f3a1bda75d8e3a667ec authored almost 6 years ago
Merge pull request #987 from go-redis/fix/channels-random-node

Use random node when there are no channels

0d39ee897681bf3a2897241627518b4735e5ea77 authored almost 6 years ago
Use random node when there are no channels

5c012a38729f41c0fed43a2975d789ee75f822bd authored almost 6 years ago
Rename copy to clone

b665d8fcf239d92278698ea1ecd5e5aaafef26b4 authored almost 6 years ago
readme: fix link

4b1665dfdc17efd2d1f450a6661a472d121364b1 authored almost 6 years ago
Merge pull request #982 from EtienneM/fix/sentinel_commands

Add a couple of sentinel commands

69c8af34df7a2f3e80754203614031ea9386cba9 authored almost 6 years ago
Merge pull request #978 from go-redis/fix/lua-readonly-error

Retry master node on readonly errors. Fixes #977

d22fde8721cc915a55aeb6b00944a76a92bfeb6e authored almost 6 years ago
Retry master node on readonly errors. Fixes #977

ac9e1abf54f65c2c11acdc67a2dc593b11ecda52 authored almost 6 years ago
Add the flushconfig sentinel command

3c02e56ed99705bfe0d591806289e0a68988390e authored almost 6 years ago
Add the master sentinel command

c340532290e53480b8159fa88dfdd62f760a7ed7 authored almost 6 years ago
Merge pull request #976 from EtienneM/fix/sentinel_reset

Add the reset sentinel command

bd542089bb6e776e6fced5038edac8a0f526aa53 authored almost 6 years ago
Add the reset sentinel command

64411c1a52acc7235817d3eb8c152668e3dedf0e authored almost 6 years ago
Merge pull request #974 from EtienneM/fix/973/sentinel_failover

Add the failover sentinel command

35e2db2f14bb01d2a53b9e627b63239281c87927 authored almost 6 years ago
Add the failover sentinel command

c341fb219f2f427beef3d6652ef40ec8892e81a6 authored almost 6 years ago
Merge pull request #972 from go-redis/fix/streams-comment

Add Streams comment

73ef066b86a3987eac3748d84a74bab409276cad authored almost 6 years ago
Add Streams comment

07b98751c3273000fcc5e5dc1f0c93b6af3edc15 authored almost 6 years ago
Merge pull request #968 from yansal/patch-1

Fix typos in Client.Watch documentation

688771467ee466c0e4a6a0e3eb60c65a7fdc158e authored almost 6 years ago
Fix typos in Client.Watch documentation

e970ae1d0fef1ff8e1d6f22904d8f8ca4d6b0245 authored almost 6 years ago
Merge pull request #967 from go-redis/feature/pipeliner-do

Add Pipeliner.Do

b3d392315ba16c2bfb0fcab2655e0d401f36ffa5 authored almost 6 years ago
Add Pipeliner.Do

cb152db4d6782daaea2ca69f089d074e6808465f authored almost 6 years ago
Merge pull request #955 from go-redis/fix/dont-remember-node

Don't remember cluster node for the PubSub

473d039f0b771b88e3b942d3bdc61bf22766bab0 authored almost 6 years ago
Don't remember cluster node for the PubSub

981cf0f5bba9f115af0332bd7e12e20cbd585d5b authored almost 6 years ago
Merge pull request #965 from go-redis/feature/pipeline-custom-cmd

Support custom command in pipeline

70819034d21a341ab50d0c0e112c503440055310 authored almost 6 years ago
Support custom command in pipeline

5240e1403a5041221204f460c87ed886d919a80a authored almost 6 years ago
Merge pull request #959 from greggjs/cluster-command-keyslots

Cluster commands respecting keyslots from command input

228e43ba24ff3565d70cffafe21138cba3511743 authored about 6 years ago
:rewind: Reverting changes to command.go, refactoring cluster client's calls to cmdSlot

67dcdea95a901d9126cbb1ba74140169024c07a3 authored about 6 years ago
:ok_hand: Adding additional logic to handle this case

f3804cd0b74c6515ef206dabe7b314f2765fc788 authored about 6 years ago
Merge pull request #958 from yansal/patch-1

Fix typos in Ring documentation

46a69ac63c53de74b5e5aa53a7fc6b5c99f8118b authored about 6 years ago
:recycle: Commands that specify keyslots should not try to hash for keyslot location

dba9cb31f566f15c82162dbde38ed8939d8b8e5a authored about 6 years ago
Merge pull request #1 from go-redis/master

Updating repo w/ master

0e69501b5a92ab964f6e9cb59c2da15d845fbe68 authored about 6 years ago
Fix typos in Ring documentation

49e19d680527eab407cb9702efa08e38895a1267 authored about 6 years ago
Merge pull request #957 from greggjs/cluster-get-keys-in-slot

Add GETKEYSINSLOT API call for Clustered Redis

0d65bf56df00166a66f0d4665ed4be7e82053b3e authored about 6 years ago
:sparkles: Add GETKEYSINSLOT api call for clustered redis

65932a4b9b1ece65787ee1eb225996e87ff202b5 authored about 6 years ago
Merge pull request #954 from go-redis/fix/redis-stable

Use stable version of Redis

40336e5ef89189115c9897cdc8f2b13d7a470015 authored about 6 years ago
Use stable version of Redis

e54b0f2944e7e49d49a69ef1250ed65fa1b3a6be authored about 6 years ago
Merge pull request #952 from mingrammer/default-addr

Support default redis address

ce19d9c40266a99af7d77f4a2344e4dd905e5e55 authored about 6 years ago
Support default redis address

c9fed25a602eb63aefb6ad5a0ae990c2e2126f74 authored about 6 years ago
Merge pull request #948 from go-redis/fix/reload-more-often

Reload cluster state almost on any error

d9c8076236ce01c8e172a56c3010cfc3da078685 authored about 6 years ago
Reload cluster state almost on any error

2e5bd7a4116e88ed0d7c87108db102b404b3faaa authored about 6 years ago
Merge pull request #946 from allenwq/clusternode-race

Fix race condition when creating the cluster node

22be8a3eaf992c828cecb69dc07348313bf08d2e authored about 6 years ago
Remove unnecessary error check

e6eeeda3d8dc13c9efcbd086ba57968bb6b7369d authored about 6 years ago
Remove SingleFlight package

d04065002157ef6d6ad6508f908d63fa13c876ab authored about 6 years ago
Fix race condition when creating the cluster node

6baf00e56b287527d75825165a336a0c79299935 authored about 6 years ago
Merge pull request #939 from pascaldekloe/master

FIX: WATCH example stack protection (with retry count)

c7d2ae66a004395d3420f640372791d1a002e6a6 authored about 6 years ago
FIX: WATCH example stack protection (with retry count) + comment transaction steps.

38381402f68deb7fa96d0d1d222aea7ad1b4f6ec authored about 6 years ago
Merge pull request #936 from go-redis/fix/retry-cluster-pipeline-read-cmds

Retry cluster pipeline read commands

7f89fbac80bcc62ce920b6dbc6ca60238d7725d1 authored about 6 years ago
Merge pull request #932 from theodesp/master

Add Client Unblock

6ff343b69ff581039533f17b9c1fb2e6b7f54220 authored about 6 years ago
ClientUnblock + ClientUnblockWithError

b5aefa2f6ac50a63c0d59d7804cc13df3e660155 authored about 6 years ago
Retry cluster pipeline read commands

10edc85b676ecf99ff3059d5f9c93403ce2a595a authored about 6 years ago
Merge pull request #935 from go-redis/fix/load-state-when-there-is-none

clusterStateHolder.Get should load a state when there is none

45a00fd91abb111b4dd9cced7769d584d621ce2d authored about 6 years ago
clusterStateHolder.Get should load a state when there is none

382feca78479faa1e4ce1ea8b48d222db5eeb7de authored about 6 years ago
Merge pull request #924 from rvolosatovs/feature/xgroup

xgroup: Add XGroupCreateMkStream

1c2f271afc9d22d0c4abc7625122a8f1db931dba authored about 6 years ago
Increase timeout

f18a97fc940ff888fff8077ad320cea3e1f332e5 authored about 6 years ago
Merge pull request #934 from go-redis/fix/rm-limiter-copy

Remove limiter copy

29e07c10983c14df460e59c4c8077d4fb4523989 authored about 6 years ago
Remove limiter copy

9409a4baf0993a02fc86a98b2049825b39b8adac authored about 6 years ago
Add Client Unblock

c6bf37c653d85f187229ef27276c68960988af65 authored about 6 years ago
xgroup: Add XGroupCreateMkStream

c9555c4277805a7c99dc349e338c7555ccf8668c authored about 6 years ago
Consistent naming

11cf9400d58a23fe233f2544ed4cd55b7a373f89 authored about 6 years ago
Merge pull request #929 from theodesp/master

Add Client Id

0e62f5ec35d0f8e504e1c5bdbfaf2a13aaa1ad07 authored about 6 years ago
Add Client Id

2672a0fbf276b60816a2ae37584a63571630dd84 authored about 6 years ago
Merge pull request #884 from go-redis/feature/limiter

Add Limiter interface

1d1269e0cf72355a7731eb8aea9ecf3192266bb2 authored about 6 years ago
Fix build

0604be51dfcd24122e78a253df14fc829943319e authored about 6 years ago
travis: remove Go 1.7 and Go 1.8

6c3e78d03f25106b3c4e54bfad735cbe36a39642 authored about 6 years ago
Add Limiter interface

5d8c5c5c37620fcb38ba114d9307eb96ae0c77ea authored about 6 years ago
Merge pull request #915 from robmccoll/patch-1

Add godoc about Receive call after Subscribe

6116387106b2cec0771301e7c543ef31915229d4 authored about 6 years ago
doc: add info about Receive call after Subscribe

a47799f02c032371a96a71900425166187ee0c80 authored about 6 years ago
Merge pull request #913 from go-redis/fix/rm-consistent-check

Remove Redis Cluster state check

8238d9a02746abd1b244895f69a0db1c6f86c9b0 authored about 6 years ago
Remove Redis Cluster state check

17e8439f2f77d8264b384efb26f7cf61f49e89b4 authored about 6 years ago
Merge pull request #908 from go-redis/fix/redis-cluster-fixes

Fix corner cases and a bug

78a66f0e5fd787d5d0ba6ef4cc442895288229ad authored about 6 years ago
Fix tests

4d5a8b91adb529f645ac4f607429277c01d75895 authored about 6 years ago
Fix corner cases and a bug

18e7a81047ec764252afb5bc5a952866de387969 authored about 6 years ago
Merge pull request #900 from N-o-X/master

Add support for XDEL

effc0c507aa2cfe5b7ea45cc8be07de048a19cc3 authored about 6 years ago
Add support for XDel

3a019aa68194ebc6f156ad4b7da54dab94d90237 authored about 6 years ago
Cleanup

0064936c5b77c874f8e1f089c955ec8bef3818c4 authored about 6 years ago