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 writing version of GeoRadius commands

191391d66db3ed078660a6a73c9996ca866d07d6 authored over 5 years ago
Merge pull request #1118 from go-redis/fix/cleanup-process

Add withConn and set cmd errors more consistently

40a478a654f8b615f46ddb4560bd5ecf17843de6 authored over 5 years ago
Add withConn and set cmd errors more consistently

2a46cb006d4d3baae5f0b55257abad2d7560f9b8 authored over 5 years ago
Merge pull request #1117 from go-redis/fix/go-mod-v7

Use semantic import versioning

178deea321b5f14d2ea4be3e5e04a510c846e77f authored over 5 years ago
Use semantic import versioning

7779accbea56ae80fa7ff2080f27941445fe39dc authored over 5 years ago
malign struct fields

87225c1cf932aab3af70487eb597970750a90d14 authored over 5 years ago
Remove atomic.Value.Store(nil)

e0fed4d581392f189a6b6b55b6222956bede467c authored over 5 years ago
Merge pull request #1116 from go-redis/feature/retry-init-conn

Feature/retry init conn

3ad29557285e162b009c3e00abf1e68599e61d04 authored over 5 years ago
Retry BadConnError

2927e15b6b94e1b1371f9fe755a8adf92cf76263 authored over 5 years ago
Remove releaseConnStrict

48224a399f432088134af1c2bde74698260b834a authored over 5 years ago
Cleanup

056ad277921051d573269ec92cdae000a3e7f5ac authored over 5 years ago
Fix names

27f3b278933c617d42379c37d700a7fb4bc55b64 authored over 5 years ago
Merge pull request #1114 from go-redis/fix/pool-single

Add proper SingleConnPool implementation

742f3ccb21cd72c110cb3230baa7ea008fccd938 authored over 5 years ago
Add proper SingleConnPool implementation

4e9cea88768f5a80aae8fbf1eeaaa6c27c724eb5 authored over 5 years ago
Merge pull request #1112 from patrickwhite256/master

Close single conn connection pool

d6a99e7be3b3dec27ee5fb59072a9a23c7012079 authored over 5 years ago
Close single conn connection pool

efa4a7888334cef41e97b1e0d80be54cb627d61b authored over 5 years ago
Merge pull request #1110 from kollektiv/dial-context

Use DialContext by default

0cf98f9217653127c9eda8aecb23dc23d7353de4 authored over 5 years ago
Options: Use DialContext by default

Use net.Dialer DialContext by default because go-redis supports
contexts.

Resolves #1101

0ecf16e7736ec9e67852e594a67b7ef923fbd425 authored over 5 years ago
Merge pull request #1108 from go-redis/fix/sleep-context

Cancel sleep when context is cancelled

e58b0108b14cd29ebd39c933a26a7ea9fca0b87f authored over 5 years ago
Cancel sleep when context is cancelled

c8376129118da7ffe37d35fdfafd3c53eee143a1 authored over 5 years ago
Cleanup

6d8db67ef544e1058c6ba21e722dfef8511de154 authored over 5 years ago
protect pollSize and idleConnsLen with mutex (#1105)

Fix poolSize and idleConnsLen when conn can't be created

6cd6cd828fa443597c911d542766c6b5a665bf49 authored over 5 years ago
Merge pull request #1106 from go-redis/fix/bytes-unsafe

Use unsafe StringToBytes to speedup StringCmd.Bytes

d190c8191ea7c5a8fffd2e37ec242a8253c08cb3 authored over 5 years ago
Use unsafe StringToBytes to speedup StringCmd.Bytes

f76700581dc4796f2c895442574fd47f65be8061 authored over 5 years ago
Merge pull request #1104 from go-redis/fix/golangci-lint

Add golangci-lint

ec312e4dd5bf730f9ce8ac098f6f95c005a6a326 authored over 5 years ago
Add golangci-lint

f3ce3362a02e7a9c93951105db6715b885420ca8 authored over 5 years ago
Merge pull request #1103 from go-redis/fix/pipeline-propagate-ctx

Propagate context in Pipeline

9228e88887707a5f8746005756f847c781302e2e authored over 5 years ago
Propagate context in Pipeline

52ec5258496cb79171f0cd6c213fbed8dcb1a25e authored over 5 years ago
Merge pull request #1102 from go-redis/fix/time-helper

Marshal time as RFC3339. Add StringCmd.Time helper.

802fee457779651db7a533175425d3efa1c6d7df authored over 5 years ago
Marshal time as RFC3339. Add StringCmd.Time helper.

0e7fb3b12d1be7425fc324951b90910bf573f47a authored over 5 years ago
Merge pull request #1094 from go-redis/feature/ring-tx-pipeline

Implement TxPipeline for Ring

6bc7daa5b1e86745a6976ac1c4dfe6c76ea6af1f authored over 5 years ago
Implement TxPipeline for Ring

9d9e126af0640d2cac2e8fe78081a34f6dd24b53 authored over 5 years ago
Merge pull request #1093 from sjindal995/master

Making LpushX and RpushX variadic

fb642fe859624fa013e4f521df0a3797090b75b2 authored over 5 years ago
remove mandatory arg value in lpushx and rpushx

87ea8a4220dda703c8dfa3193fcb8a9004bcd04b authored over 5 years ago
Making LpushX and RpushX variadic

5c3de7537ac2a6080a0ebe4e02bede39876c9d60 authored over 5 years ago
Merge pull request #1087 from mbenford/individual-passwords-ring

Add support for individual passwords for ring shards

94359d94c1776a0feb655934a7fe016d4ef1732f authored over 5 years ago
Add support for individual passwords for ring shards

9169633580a2cb116e5ba73a1a848c90221121e2 authored over 5 years ago
Merge pull request #1088 from go-redis/fix/tweak-hooks

Don't return a context from After* hooks

850dea52a1216e6b3395e3e28284be4e52a78a69 authored over 5 years ago
Don't return a context from After* hooks

9fd4e69ce4a239d2996e9c20c2609b5f5e6fdb37 authored over 5 years ago
Merge pull request #1075 from go-redis/fix/chan-interface

Change PubSub.Channel

8315cd06b3c0ba134062230b50602912f62dacc0 authored over 5 years ago
Change PubSub.Channel

11ef80b1621b3a44142853a20b7caf5340d25f38 authored over 5 years ago
Merge pull request #1086 from go-redis/fix/hooks-after-process

Call all After* hooks and return first error

5a3e8ba7f69efb3596a70812632320c4cf2c3d47 authored over 5 years ago
Call all After* hooks and return first error

e3bb77e6ebbb3bf4303fc4fc52fd02a0b65f1ea4 authored over 5 years ago
Merge pull request #1084 from amrmahdi/amrh/NewZWithKeyCmdResult

Add NewZWithKeyCmdResult to initialize ZWithKeyCmd for testing

4bb1faed5d339ed669e0e36ae6e43a7720070822 authored over 5 years ago
Add NewZWithKeyCmdResult to initialize ZWithKeyCmd for testing

03eeba66c1830b25a3df80028e07473594184fea authored over 5 years ago
Merge pull request #1080 from go-redis/fix/context-clone

Fix WithContext and add tests

69cf7e5f6f35623d5ec410b1256ae5b9c93c7683 authored over 5 years ago
Fix WithContext and add tests

2cbb5194fb940c0827e149d66b01d6463dc9b9a9 authored over 5 years ago
Merge pull request #1073 from go-redis/fix/failover-dialer-when-available

Use Dialer in Sentinel failover when available

73d3c18522e8446831e1a185cf26e42d0e2f4a8b authored over 5 years ago
Use Dialer in Sentinel failover when available

cdfe26b83c6c7e7db6dfb93a33a378d4a4cbe7f3 authored over 5 years ago
Merge pull request #1072 from go-redis/fix/cmds-info-get-or-create

Fix cmdsInfo to create node

056d737e5564b5c1ca03c69a29058461330e019f authored over 5 years ago
Fix cmdsInfo to create node

fa479814dec2ed442fda27163b755371235306ba authored over 5 years ago
Merge pull request #1068 from go-redis/fix/bit-field-basic

Add basic BITFIELD support

a28bb0bd25c814af392bb6698adcf2b34b5e8124 authored over 5 years ago
Add basic BITFIELD support

bbe0a59db39180db7cbbd9eae0f0b88be94555db authored over 5 years ago
readme: update redislock link

4a3dbb32513924da74212c7653ced756169ee223 authored over 5 years ago
Merge pull request #1065 from go-redis/fix/inc-stale-conns

Inc StaleConns in ReapStaleConns

8558c82c485f17dca91a5b0907c88fcc3dae152f authored over 5 years ago
Inc StaleConns in ReapStaleConns

717362d3e9be4031badebe35261dd489689cdaf9 authored over 5 years ago
Merge pull request #1056 from go-redis/fix/do-not-use-random-node

Use master / another slave node when current node is failing

fa2f6ee00bc1ac841ed72158ba985fd4b9beaa4b authored over 5 years ago
Merge pull request #1060 from go-redis/fix/cleanup-code

Cleanup

7a300ac6eb412da27e5de3e2c4c430d4e3a2ba6f authored over 5 years ago
Cleanup

3bdf64784a8850f1e91e265efe046a61ccd16db5 authored over 5 years ago
Add GinkgoRecover

8cc316035bbaba376631b69e673c765baf8ffcf4 authored over 5 years ago
Merge pull request #1058 from go-redis/fix/panic-multi-bulk-parser

Don't panic if multi bulk parser is nil

5b3e40b33653d3712713445a1af85b0e784d44b3 authored over 5 years ago
Use master / another slave node when current node is failing

1cc1ba99900603cd3d294b9d04ebab5f77d65d04 authored over 5 years ago
Don't panic if multi bulk parser is nil

246d502457bdc6cba3a705b6cb4e3b5cd63ce6e2 authored over 5 years ago
internal/pool: cleanup

aa5f492665660d2bbf41313c7f1ec9d8cc3d85d2 authored over 5 years ago
Merge pull request #1051 from go-redis/fix/context-min-nonzero-time

internal/pool: use min nonzero deadline

d264eb8e810502d7af0bed0f9f0376181a0dd7fe authored over 5 years ago
Cleanup

880e05d9751c3eb080b4f195a6cbf774af747641 authored over 5 years ago
internal/pool: use min nonzero deadline

c0e70ad31d7adba17c24e6d0ed79d953ce03ddab authored over 5 years ago
Cleanup

f8704e4b6b43ad8e687c926a0235c6e33dfc4a64 authored over 5 years ago
Update changelog

3d8a511ecc710d09d7444b41965e90cc597296a2 authored over 5 years ago
Merge pull request #1048 from go-redis/fix/ctx-conde

Check context.Done while waiting for a connection

d7ac7cdcab786d1d2bf7c3d00b2100945404fc25 authored over 5 years ago
Check context.Done while waiting for a connection

35932b7961a8212784cef078564c5394aff61bb6 authored over 5 years ago
Merge pull request #1047 from go-redis/fix/context-deadline

Use Context.Deadline to set net.Conn deadline

530e66a66efb9ad1bca4443a9863007f368d5d74 authored over 5 years ago
Use Context.Deadline to set net.Conn deadline

5460bc10f25ca539243bdc90bc41682147f5e49d authored over 5 years ago
Merge pull request #1046 from go-redis/fix/dialer-context

Pass context to Dialer

4fe609d47c1ddbec0796488d58f205b66c2b53c8 authored over 5 years ago
Pass context to Dialer

53c8a4a6b7c1363864cddca12181c9d29c5907ac authored over 5 years ago
Merge pull request #1043 from ramonberrutti/sentinel_password

add option for sentinel password

9dba04507e073a18ee371e2dde93c3e3874d34cd authored over 5 years ago
Merge pull request #1045 from go-redis/fix/extend-context

Allow passing context where possible

c41450a08f3a75def0d1ba8cb4760597cba371d0 authored over 5 years ago
Cleanup readme

b29f110291af78c68b37d149c97001def4cb0aeb authored over 5 years ago
Allow passing context where possible

09eb10873829861034f7c20222fe37f13615afd1 authored over 5 years ago
Pass network and addr to dialer

3da4357c0cc5d528b3ef49307f7a34db40eaba0e authored over 5 years ago
add option for sentinel password

c6e879efe2b8247e9b17210e778162a488557cd2 authored over 5 years ago
Merge pull request #1041 from go-redis/fix/go111-module

Rely on GO111MODULE

90febb9820fb3ae004396f67122763837812b951 authored over 5 years ago
Rely on GO111MODULE

92c6d133321786853edfca94f5e2743b1a0d0a88 authored over 5 years ago
Merge pull request #1040 from go-redis/feature/hook-new

Feature/hook new

17480c545e170cdb82762d9b0ea5733ec0c750f6 authored over 5 years ago
internal/pool: replace atomic.Value with int64

6c72dc807ed4f63b195758c8d86aa24b4912f6cf authored over 5 years ago
Add AddHook to UniversalClient

7a91ed0df55ea1150b8fb1913594f89e95052921 authored over 5 years ago
Update changelog

43fdab312a88e76752422098a65d508d303c0ecd authored over 5 years ago
Speedup WithContext

84422d7ae74ed6dbabc3e864bda4e80cc94caf1e authored over 5 years ago
Replace Wrap* with hooks that support context

8476dfea4a530dc11a960ced5da66f58d68ee41c authored over 5 years ago
Merge pull request #1039 from go-redis/fix/ttl-1

Handle -1 in DurationCmd

c6b800e266bcea0ba767ade20d8c7e660b654860 authored over 5 years ago
DB is int

b902746d7bb74f3599f0d087b30730f508721ad8 authored over 5 years ago
Pass pointers where it makes sense

685d8922de03a2f4e2143989ce945e0253d27049 authored over 5 years ago
Handle -1 in DurationCmd

c208a17dfcea776e0872a591fadd444a58facd55 authored over 5 years ago
Merge pull request #1034 from go-redis/fix/pipeline-make-node-as-loading

Mark node as loading in Cluster pipeline read

458982a44019e5216a20cdbe05bd744cfa7ae0ff authored over 5 years ago
Mark node as loading in Cluster pipeline read

6238b8d4b7cba0be1e2c5e20a7be0e0cfca65679 authored over 5 years ago
Merge pull request #1035 from timvaillancourt/add-sentinel-ping-remove-monitor

Add SentinelClient Ping, Monitor, Remove and Set funcs

e7f788704f5a5e72a697d716cc67694b523539f5 authored over 5 years ago
Shorten comments

bd3a783a25f1c60807e51e85c60940307ce2ebcc authored over 5 years ago
merge

0138bc167a07007a9ed245eb1f129be13ef48ca2 authored over 5 years ago
Add Sentinel .Ping(), .Set(), .Monitor() and .Delete()

fc8c05a6740f0d1217118f04fd85f05492d78ca7 authored over 5 years ago
Sync with upstream/master

0ffcfc31f5e2c96d39294ace97a5a138def69fb1 authored over 5 years ago