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

Use the right redis client in tests

eca1bb6b36886b069cd96c8470044d6e3ea11bd5 authored almost 4 years ago
Merge pull request #1743 from nigelis/bugfix/tests

Use the right redis client in tests

7d319aeb5735d0f2fef4e513bb65c7f1ce9e38a8 authored almost 4 years ago
Add command SMISMEMBER

5ed546f303dae50ac28e5b9296c2b1523119fd4c authored almost 4 years ago
Merge pull request #1742 from nigelis/feature/add_smismember_command

Add command SMISMEMBER

b45fc83959ccde6f6dd023d5a837636d4e19e4f4 authored almost 4 years ago
Fix typo in README (#1744)

b8cda18db915526c68aa4a59b250e60c978fe4e6 authored almost 4 years ago
Use the right redis client in tests

a57742d1710282afd7d04c6ed26127fca9cacfb0 authored almost 4 years ago
Add command SMISMEMBER

610581533ef4c2dcd2ee14fe81937e75c767a2c5 authored almost 4 years ago
Add support for resp3 protocol (#1739)

* support resp3 protocol

Signed-off-by: monkey <[email protected]>

* Upgrade mod version limit...

8ad01240a494fe590a414df0c50fdb612af127e4 authored almost 4 years ago
Otel v0.20.0

803592d454c49277405303fa6261dc090db542d2 authored almost 4 years ago
Merge pull request #1734 from monkey92t/failover_tls

fix #1732

8d87a75fd6d9b290b182a9824693adaddb4f3a25 authored almost 4 years ago
fix #1732

Signed-off-by: monkey <[email protected]>

0b855ecda5bef0e99b256942f2fc55339ba75116 authored almost 4 years ago
Merge pull request #1731 from angristan/remove-unused-variable

sentinel: removed unused field QuerySentinelRandomly

b7720fd8e7e8c6fc27b164c261b61a8c8898cef8 authored almost 4 years ago
sentinel: removed unused field QuerySentinelRandomly

Introduced in 8b19c310495637fb61e2b237abdedca922aced9a
but all references were removed in 8d9ebc...

71502a3e448cf139faf9c6e4d10c67d247f55bd8 authored almost 4 years ago
Merge branch 'master' of github.com:go-redis/redis

06183e65f8f535534c1b3ddb7ed664098ecc8b8d authored almost 4 years ago
extra/redisotel: add readme and example

217c4705683c9c5770b88edce1a705fe3d05c933 authored almost 4 years ago
Merge pull request #1729 from skryukov/feature/load-script-to-all-shards

ScriptLoad, ScriptExists and ScriptFlush for ClusterClient

157b1642d47aebbf2787607a1e9a18d4a39dbc23 authored almost 4 years ago
ScriptLoad, ScriptExists and ScriptFlush for ClusterClient

5557db4fc9cbb55e22691db6e4f3dfccb061b7aa authored almost 4 years ago
Cleanup and isolate tests

5e5bb5964db64f79975851a7822d00b613b6de0c authored almost 4 years ago
add command decoding benchmark (#1726)

* add command decoding benchmark

Signed-off-by: monkey <[email protected]>

* fix "call to (*B)...

8bdf0bf6c0ac703b09294d5e0fe186745e75b9be authored almost 4 years ago
v8.8.2

f7ac48d4d5490cbf0d166b9f42dba9e62483b77e authored almost 4 years ago
Add constructors

ef568e261e7eda65894515bda54c09c7c397c633 authored almost 4 years ago
Make extra modules to follow go-redis versioning

24c92382c98f731a7dd5b2e4ca265885c648c14a authored almost 4 years ago
Merge branch 'master' of github.com:go-redis/redis

ef410de385929872a6efaf90cbc849680ee11020 authored almost 4 years ago
Update rediscmd

91cbbdaf18886b441601ddd0ac8409257e840214 authored almost 4 years ago
Merge pull request #1723 from maguec/add_lmove_command

add LMove with tests

a47d2c2085c38c7617ae890111f53ffee478c81c authored almost 4 years ago
add LMove with tests

fc72d5f0d09087cd498d08ba7731903e56d08785 authored almost 4 years ago
Merge pull request #1720 from leizihui/support-mapstrstr

hmset support map[string]string

20322ac8ed8f1a79a6b7468ea40c361d7026b14c authored almost 4 years ago
hmset support map[string]string

a8a196f328ae605de91d795d168535d369ba5fde authored almost 4 years ago
Update comments

d67e2911b97de6f41a2fe848be54240bcd4e0ade authored almost 4 years ago
Merge pull request #1718 from monkey92t/golangci

upgrade golangci-lint to v1.39.0

8b2a7107ee84d7fc6d018981fc121eb5ff913d4b authored almost 4 years ago
upgrade golangci-lint to v1.39.0

Signed-off-by: monkey <[email protected]>

a2410beb43526564b0cc8e59bf48eea389bc3fd9 authored almost 4 years ago
Merge pull request #1717 from wangtuanjie/master

Cmdable interface: add XInfoConsumers method

085647a59ef8b379634cf9f82836db9367ca92a8 authored almost 4 years ago
Cmdable interface: add XInfoConsumers method

5b4bc5cab5e4bd24630af16236b8e5c78466803d authored almost 4 years ago
Rename GetEX to GetEx to better distinguish from XX and NX suffixes

1e30221353c4c926d766df21812c297aac738244 authored almost 4 years ago
Merge pull request #1711 from monkey92t/add-cmd

add cmd(getex / getdel / hrandfield / zrandmember)

2be507f8e7c41be1fa93bcacc9a6f52ecec3db23 authored almost 4 years ago
remove PERSIST, add unit tests to ensure the stability of ZRandMember and HRandField.

Signed-off-by: monkey <[email protected]>

e3ce4ea661798e0d0e036021640cde507fda343b authored almost 4 years ago
add HRANDFIELD and ZRANDMEMBER commands

Signed-off-by: monkey <[email protected]>

e7dbdda439be14836a94c85d24f5f7f019f70f45 authored almost 4 years ago
add new cmd: getEX getDel

Signed-off-by: monkey <[email protected]>

cb1be727e352456e9cc63f849477c8ac408738c4 authored almost 4 years ago
Merge pull request #1703 from go-redis/feature/workflow

Replace travis with workflows

55db07d5d106172e712d815ad3185084a1c61f5c authored almost 4 years ago
Fix golangci-lint check

02a9c81ef190a25f8af5460216d6c28d53bb7ee6 authored almost 4 years ago
Replace travis with workflows

e3c1e884eb05833fa99e2c4a8cfd2eb213178bd0 authored almost 4 years ago
Optimize Otel instrumentation

1b77706c0c528b8c5dfd954380fe9a0fa8065677 authored almost 4 years ago
Add BenchmarkSetGoroutines

7c5bbc37bddafa4949161febd743b9cfa8d62f5e authored almost 4 years ago
Merge pull request #1699 from openset/patch-1

Add StringCmd.Bool()

a3cd07dab0a2b58d28b5faf571f1a2ff1e1d2df2 authored almost 4 years ago
Add StringCmd.Bool()

785fa3295c0fb68e113be4620523d8812b6a9def authored almost 4 years ago
Merge pull request #1696 from monkey92t/test_error

fix test error

7ba7ac4a7fce4f72b17ad416303f14e2d6f2a2b5 authored almost 4 years ago
Add a link to discussions

a9989a3078673bcb48ba61fd46369be25d41bf4d authored almost 4 years ago
fix test warn, the setex command does not support milliseconds

Signed-off-by: monkey <[email protected]>

e839f8e764b4553691546a37d13e96cb943d173a authored almost 4 years ago
fix "should Object" test error

Signed-off-by: monkey <[email protected]>

e722f52cf88a86cab697011f855e4992a496d33a authored almost 4 years ago
Merge pull request #1693 from monkey92t/sentinel

discoverSentinels read the addr field incorrectly

f63e0d666b0467178102188dd992a464eced5a3b authored almost 4 years ago
discoverSentinels read the addr field incorrectly

Signed-off-by: monkey <[email protected]>

c25daee5e611628c9ae5bb6d4b4945ab6456b244 authored almost 4 years ago
Unexport helper command

573638ff0c76f8a82bce7412ea242e4b7295b365 authored almost 4 years ago
Merge pull request #1692 from monkey92t/test_error

fix test error

d47e48f8abb9ee818d847cf4cc20f439e95b6b46 authored almost 4 years ago
fix test error

Signed-off-by: monkey <[email protected]>

af3827aeabe6517ffd6bae68fa7b4f3aff7651b3 authored almost 4 years ago
Merge pull request #1685 from BenjaminPrieur/master

Add ZMScore cmd

250f81bf0608bfae424394825367d0190167dc25 authored almost 4 years ago
Add ZMScore cmd

abb58ff31f2dbd6c1a3a13ea6e73e3abc3f8f5e4 authored almost 4 years ago
Merge pull request #1688 from monkey92t/data_race

fix ring test `Process hook` data race

7633aded814a9b6b221fcfc31cf452a79eaa305e authored almost 4 years ago
add miss Pipeline and TxPipeline

Signed-off-by: monkey <[email protected]>

4a7d03359b2c857d396384503c191c7a43455ac0 authored almost 4 years ago
fix ring test `supports Process hook` data race

Signed-off-by: monkey <[email protected]>

783725f3f7a274e14821dbdaaee06722cd855f5b authored almost 4 years ago
Merge pull request #1684 from go-redis/fix/lazy-reload-context

Don't accept context in lazy reload

f3a31a3e2c9bb40351bef1d02ee56069eff21d79 authored almost 4 years ago
Don't accept context in lazy reload

b267a03f18bfae7695e4fd1257ca02c3c779ad2e authored almost 4 years ago
go mod tidy

bed6d24273be67328af5b1d0ed04beb5aceb7c77 authored almost 4 years ago
Merge pull request #1680 from lhchavez/add-setargs-to-pipeliner

Make SetArgs available to Pipeliner

097b94a7973ff58244a323591b8b226d4642534a authored almost 4 years ago
Merge pull request #1679 from lawmatsuyama/master

change otel/label to otel/attribute

1564bc65531b76ed7fe64b8657c56896064c9d54 authored almost 4 years ago
Make SetArgs available to Pipeliner

SetArgs is amazing! It would be even more amazing to be able to use it
within a non-transactiona...

4ffcd9b7f678e0b337d61666cc943f51ccdb8f58 authored almost 4 years ago
change otel/label for otel/attribute

dd7fefe738a1d00dcb01f3e76be1bb9a6dae9b72 authored almost 4 years ago
Merge branch 'master' of github.com:go-redis/redis

aaed549e26e30b9f45d646ef9c3633b98ab2d57b authored almost 4 years ago
Add banner

3de820e36d1176f48fc5c267cb7dd52869864bad authored almost 4 years ago
Merge pull request #1675 from monkey92t/test_error

fix unit test errors that may appear in pool_test.go

9b4cabeba3dbacbb0ad14c9b74210675adfe577d authored almost 4 years ago
only set opt.IdleTimeout in It("reuses connections")

Signed-off-by: monkey <[email protected]>

7d2e85eff6dda673e4bbdf2479c30ae89be48915 authored almost 4 years ago
Add utm

491b007809eaa8ad127f785f9d0fb80a5ed6c1cf authored almost 4 years ago
fix unit test errors that may appear in pool_test.go

/redis/pool_test.go:119 Expected: <uint32>: 98 to equal: <uint32>: 99

Signed-off-by: monkey <go...

42b2a72e66734819bb35dedacadb902ffcad72d5 authored almost 4 years ago
Merge pull request #1672 from monkey92t/test_error

solve possible unit test errors in ring_test.go

00eeb1cb09418d70418bc199b6ed4d5325f7a79a authored almost 4 years ago
solve possible unit test errors in ring_test.go

/redis/ring_test.go:560, Expected: <int>: 10, to equal: <int>: 9
/redis/ring_test.go:560, Expect...

f4ae0ba02b0110469f61f27d2e2246cd82cae797 authored almost 4 years ago
Update dependencies

e5cde8f9a780abbf430f498cf2fc3c3c51b3f458 authored almost 4 years ago
Tweak API

61680f373c3aa15d0530d36daa13eaab496a869d authored almost 4 years ago
Add SetArgs command (#1662)

* Add SetWithArgs command

* Add tests for SetWithArgs command

* Replace Makefile stable ve...

7b7f9d6e0e93a5ec245af95b6f4bd95f657d7462 authored almost 4 years ago
Merge pull request #1665 from 0xc0d/master

Update OpenTelemetry to 0.17.0 and fix "undefined: otel.Meter"

9467d5673ba7e14ec58f911843a8eb73398bd1f8 authored almost 4 years ago
Update OpenTelemetry to 0.17.0 and fix "undefined: otel.Meter"

1f32092a3b04c21b6e8e51e2c94c03448d14a2c9 authored almost 4 years ago
Shuffle sentinel addrs once

8d9ebc8459c6d3925c61ce3da78ac17118a118fd authored almost 4 years ago
Make FailoverClient(sentinel mode) more robust (#1655)

* add failover option AllowDisconnectedSlaves

* checkout unrelated changes

* Make NewFailo...

8b19c310495637fb61e2b237abdedca922aced9a authored almost 4 years ago
support "XINFO CONSUMERS" (#1649)

* support "XINFO CONSUMERS"

* add "xinfo" test

f594401261ea6c736e4be11d0e6296713c991527 authored almost 4 years ago
hscan adds support for i386 platform (#1652)

* hscan adds support for i386 platform

Signed-off-by: monkey <[email protected]>

* updat...

27df2313cd171289a11d62a1803169f7d73d2023 authored almost 4 years ago
Fix import path

fd6fac1a1a92153b126fa26df97710f45530b8f2 authored almost 4 years ago
Merge pull request #1654 from AdamKorcz/fuzz1

Fixed broken fuzzer

89b72c9e2ad2c19e044f0a215085a169a0bc2f8b authored almost 4 years ago
Fixed broken fuzzer

4a9b7ce79a466d752ad5e48516aff5e502c9b036 authored almost 4 years ago
Move fuzz to a sub-package

89da47939e96abe3021a23afd8cc496df3a2b37b authored almost 4 years ago
Merge pull request #1570 from AdamKorcz/fuzz1

Add fuzzer to integrate go-redis into OSS-fuzz

0abfa60737b7d5a8d7d8233ac20046fed52d91e8 authored almost 4 years ago
Fix otel example

f8cbf483f4a193d441fac2cf14be3d84783848c6 authored almost 4 years ago
Disable renovate

0a1535929232c9a85cb5eb10c420ea09ca98b95e authored almost 4 years ago
Merge pull request #1645 from go-redis/renovate/github.com-onsi-ginkgo-1.x

Update module onsi/ginkgo to v1.15.0

588931549365e0c93346dbbbcde82aaa60746572 authored almost 4 years ago
Merge pull request #1599 from go-redis/renovate/go.opentelemetry.io-otel-sdk-0.x

Update module go.opentelemetry.io/otel/sdk to v0.16.0

3a0e49ef3686d7f6e3a3daadf0efe19284161dd4 authored almost 4 years ago
Merge pull request #1598 from go-redis/renovate/go.opentelemetry.io-otel-0.x

Update module go.opentelemetry.io/otel to v0.16.0

a8503c1a29fde823a39bb0aee51d2173fc872a66 authored almost 4 years ago
Update module go.opentelemetry.io/otel to v0.16.0

06bd08cf1720e85f26607f5ea0f6b4ed6b83e092 authored almost 4 years ago
Update module go.opentelemetry.io/otel/sdk to v0.16.0

2ffff4e169eaf364a34ffbe95ddaed3ec2b42144 authored almost 4 years ago
Merge pull request #1637 from go-redis/renovate/go.opencensus.io-0.x

Update module go.opencensus.io to v0.22.6

2e725a904926ff5a7246bff9049d4dffd5ecfb4a authored almost 4 years ago
Merge pull request #1606 from go-redis/renovate/go.opentelemetry.io-otel-exporters-stdout-0.x

Update module go.opentelemetry.io/otel/exporters/stdout to v0.16.0

cc2ac5c8fb1d1459a3d99cc299450d6a474cff5a authored almost 4 years ago
Update module onsi/ginkgo to v1.15.0

e93994cb282252ba16c581aea4be9b9029911ac6 authored almost 4 years ago
Merge pull request #1646 from go-redis/renovate/github.com-onsi-gomega-1.x

Update module onsi/gomega to v1.10.5

7a0957a48d7f88821cb1fb8dd97360483f84163c authored almost 4 years ago
Merge pull request #1631 from knadh/feat-decoder

Add redis.Scan() to scan results from redis maps into structs.

35f6ccd0bb1463d22e3253dd976bff58acdf9099 authored almost 4 years ago