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 branch 'feat-decoder' of github.com:knadh/redis into feat-decoder

95272452d9d3b366fc3c69a5005a8779b9fd6326 authored almost 4 years ago
Fix build

b358584bd3adbe34d03c2087ead5c01a31ea97cd authored almost 4 years ago
Add test for MGet/struct scan

f8a546b4820de9e52fe0d244e24dca155688abef authored about 4 years ago
Add StructValue so we don't need temp slices to pass keys and values

bd234b91fe4eb09e1c3281f9ecc0ec3bbdb3cf30 authored about 4 years ago
Add missing error checks and support for MGET in Scan()

600f1665a0b58e69a81a1b4e29e2bd76b574e946 authored about 4 years ago
Add example showing scanning to struct

e113512c184cfaebc6560782706bd02d93884cf7 authored about 4 years ago
Refactor scan signature to work with Slice and StringMap cmds

f9dfc7a949741988b7b59ea2a21dd01e11b9e404 authored about 4 years ago
Add SliceCmd.Scan() (hscan pkg) and tests

a4144ea98eb00abe3eb5f78621d93c1c8c229493 authored about 4 years ago
Update module onsi/gomega to v1.10.5

62c15db5e3f7af3e7f9311473a05a83fa9bb9ab2 authored about 4 years ago
Update module go.opencensus.io to v0.22.6

d7b0326d14d86b63f97ba591efd6aa43af8e6eed authored about 4 years ago
Fix cleanup

380ab17274cf3f82dffefa02b8c37cbe59e9aa0d authored about 4 years ago
Cleanup

8926f2992ac1cc9ec72ba196e18934bae0579df4 authored about 4 years ago
Add redis.Scan() to scan results from redis maps into structs.

The package uses reflection to decode default types (int, string
etc.) from Redis map results (k...

6f96bebac7ad7fc4f23d539f4ac1ef297a0cef19 authored about 4 years ago
Export scripter interface

bf010a705d213ede5d5f4c89e3e70390c001313e authored about 4 years ago
Increase timeout

99852af14da6226804adb145e5a6b89060ba02c1 authored about 4 years ago
Enable pending test

4f34522c84e20b70b91d78c26c8b93e0e223778d authored about 4 years ago
Merge pull request #1617 from go-redis/feature/cluster-read-only

Fix ReadOnly option in ClusterClient

b0ac2eefc3a9bdb8c244b243f519a7325a904f11 authored about 4 years ago
Fix ReadOnly option in ClusterClient

e4b2ca97cdc79e95c2fa3ec8152aeb7c8e2611cd authored about 4 years ago
Merge pull request #1615 from adriansmares/master

Ensure Watch closes the transaction on panic

794e5c09aa03c842e17283e56f3ae8a2aa9b93c6 authored about 4 years ago
Ensure Watch closes the transaction on panic

4ceab0fee3dc62e888fb2fecac48cbf3f5191fbb authored about 4 years ago
Update module go.opentelemetry.io/otel/exporters/stdout to v0.16.0

7f8dfd0d4234a12aa6977dfec7c009e42dd82b16 authored about 4 years ago
Bump otel

a8e8bf15044d79e3885b720d7d0f5e19889c259a authored about 4 years ago
Merge pull request #1601 from zikaeroh/fix-gomods

Fix broken otel example module, tidy

2113096ad8c55bb8bc82af17e65332a9c18cad9b authored about 4 years ago
Update example module, tidy

80e7515018e2f80b8dfc3cb53401d08900e14e5f authored about 4 years ago
Bump Go in go.mod

aa456e55a7213876dfa5e856fb8467237d822771 authored about 4 years ago
Merge pull request #1595 from forain/add-type-option-to-scan-command

Add ScanType command to Scan with 'type' option

8f37eeba5d837a1ded7044156287747987da9650 authored about 4 years ago
Add ScanType command to Scan with 'type' option

As of version 6.0 you can use this 'type' option to ask SCAN to only
return objects that match a...

c2351b491aad1003529e1cfdaf41b69188bbe46d authored about 4 years ago
Merge pull request #1596 from go-redis/fix/tx-pipeline-hook

Fix Tx pipeline hook

9481d69402c1c20b8f41b020208ee61ce2c7ed80 authored about 4 years ago
Fix Tx pipeline hook

76fd0eac615cf06adf896b539f6d89460969f311 authored about 4 years ago
Merge pull request #1582 from go-redis/renovate/github.com-go-redis-redis-v8-8.x

Update module go-redis/redis/v8 to v8.4.4

b543ea9e3a3e6800e7b0418ccb4cbeb6ca888b01 authored about 4 years ago
Merge pull request #1591 from signalfx/clusterslots-ro

ClusterSlots Config and ReadOnly

71e90de07c070de395325a63e2e620a04d2dce8d authored about 4 years ago
ClusterSlots Config and ReadOnly

You have to set the ReadOnly flag on the ClusterOptions to make it fall back to
non-master nodes...

74fdad907cf197d65556a152273c3157c5ff3c48 authored about 4 years ago
Merge pull request #1589 from williamkinney/maxretry

add disable/-1 comment to max retries

b3e0aa270a144e5452d26eddd75587ef7a9bbd80 authored about 4 years ago
add disable/-1 comment to max retries

9c56dbd862a2d483f52086519b0a331ee441cf98 authored about 4 years ago
Added test setup document in README.md (#1585)

* Added test setup document in README.md

* Fixed typo

72e5988b6eea5da1466ce6e5375dcb18bf654a10 authored about 4 years ago
Update module go-redis/redis/v8 to v8.4.4

50541e67f3d7609da1eb56f08809f0038282c917 authored about 4 years ago
Rename

143859e34596a8e80ee858b5842d503d86572249 authored about 4 years ago
go mod tidy

602b106abb7582e79bc305fabb59bb8a1cd7ba81 authored about 4 years ago
Merge pull request #1581 from prathik/replica-cmd

Add support to get cluster replica node for a given key

e9fef17b52537f782b99e474820afe0b44d9af6d authored about 4 years ago
Add support to get cluster replica node for a given key

fd6643daa1a04851be9bb94a57c3d9dd83692dfb authored about 4 years ago
Merge pull request #1580 from darkyzhou/patch-1

make error message for unreachable sentinels more clear

80d296154f6a6b9c8e2661a395243e0fe1361799 authored about 4 years ago
make error message for unreachable sentinels more clear

The original text `all sentinels are unreachable` can sometimes be misleading, making some users...

ea806acb7e72da69ea9c725202a7a1d16a73bd21 authored about 4 years ago
Merge pull request #1575 from go-redis/renovate/github.com-onsi-gomega-1.x

Update module onsi/gomega to v1.10.4

19e561f0f00fe85e804cb8a63d70964fc2bd2c6e authored about 4 years ago
Merge pull request #1578 from go-redis/renovate/go.opentelemetry.io-otel-sdk-0.x

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

8271b88d02acf017a5638389fe4d2b9567c87b39 authored about 4 years ago
Update module onsi/gomega to v1.10.4

935e3d0806eda05971600b844313ba4e8b120940 authored about 4 years ago
Merge pull request #1535 from go-redis/renovate/github.com-go-redis-redis-v8-8.x

Update module go-redis/redis/v8 to v8.4.2

ec7fb0d479a13b1c7c853fb021fb7b2513d67309 authored about 4 years ago
Update module go.opentelemetry.io/otel/sdk to v0.15.0

a4a55d1e8576e3c644ae2f0a4ba70a18c6bbd414 authored about 4 years ago
Update module go-redis/redis/v8 to v8.4.2

d082354160ada09e751782245ce513efb7c93d50 authored about 4 years ago
Merge pull request #1577 from go-redis/renovate/go.opentelemetry.io-otel-0.x

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

a464b70c06ba22d57c15274dbe6f87f8534af2c9 authored about 4 years ago
Update module go.opentelemetry.io/otel to v0.15.0

59a2ddc589b0fdc7d46dda2086a067764d2a2acc authored about 4 years ago
Add link to Redis Mock

9cd21762d875242d7b8381c937ca96f55157b6fa authored about 4 years ago
Merge pull request #1574 from go-redis/fix/wait-goroutine-to-finish

Wait for the goroutine to finish

50f12a149b6c09ea8d50552180b9f5da2bcd2c91 authored about 4 years ago
Wait for the goroutine to finish

2c9c526023802bbdc17678311ed693478cc50c35 authored about 4 years ago
Merge pull request #1572 from go-redis/fix/close-conn-on-context-timeout

Close the conn on context timeout

2e398ada862581732baef6de56f70f05cb7f8876 authored about 4 years ago
Close the conn on context timeout

02ccf05ed073709d0c4a3b933a50b13a2b87c0b6 authored about 4 years ago
Fix race

43d9b98d4801f2ab73d2586ebf8c8bd947fac997 authored about 4 years ago
Merge pull request #1564 from git-hulk/fix/data-race-in-sentinel-client

FIX: data race warning in sentinel client since the newConnPool would spawn the new goroutin...

a60ca8bc24540a9652195359d41ec2ee163cb4c5 authored about 4 years ago
Updated variable names and added build comment

0d9368cb326862ed5916d81808710095fea75a22 authored about 4 years ago
Added fuzzer

309e57583c72d4f76c011ff90c2a218f953a5050 authored about 4 years ago
Update extra

0b9986c43c0c42af927d870aa80436ada0751b56 authored about 4 years ago
Merge pull request #1567 from go-redis/feature/otel-0.14

Update to otel v0.14

55a8f1a601e77a517e61b3d8ca63dbf3254473fa authored about 4 years ago
Update to otel v0.14

3921cd497ca9b9b2272213a2ff2d4c7219fa0a76 authored about 4 years ago
Merge pull request #1566 from go-redis/renovate/go.opentelemetry.io-otel-sdk-0.x

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

94de9f93b87e1a071e5ae5e61e508d0b61d96779 authored about 4 years ago
Update module go.opentelemetry.io/otel/sdk to v0.14.0

416035e9c989396428a2888f5f80a3b414e34332 authored about 4 years ago
FIX: data race warning in sentinel client since the newConnPool would spawn the new

goroutine and use the onFailover at the same time.

956f43e3f9e64cb5ca8fc4b22642ee92c2f9218e authored about 4 years ago
Merge pull request #1562 from johejo/golangci-lint_v1.32

Update golangci-lint to v1.32

5aedb90a65d5ee647f02b8bd545eb84c744755d6 authored about 4 years ago
Add funding

015c45659751d68762e9a9cf1423cb57f05083d0 authored about 4 years ago
Update golangci-lint to v1.32

f5a1707d3c007a4f3c229527d34cdbf1300492a4 authored about 4 years ago
go mod tidy

d4f01eda2825ce453eace6d8cbd2fe500714645d authored about 4 years ago
Add LPOS command (#1556)

* Add LPos

4ab19e228aa4b2b5de0fdfc7fef9eea03225d81b authored about 4 years ago
Tweak name

16981c0c00b04c9519685fafa696eb0b115f0f48 authored about 4 years ago
Merge branch 'master' of github.com:go-redis/redis

7bd3bffc5b2abe3823c517e451a7ae7b39d3b088 authored about 4 years ago
Tweak otel span and attr names

13782c03d0514a64b159dcbdd4c15709265dc1f3 authored about 4 years ago
Merge pull request #1557 from wziww/master

CLUSTER_REDIR_UNSTABLE error should be retry

b2a1c6ced07db3ccece324d90d3b759ca835d7fc authored about 4 years ago
TRYAGAIN error should be retry

e0aa8939c72aaa309f3b7ba3ca8212482b856bc4 authored about 4 years ago
Move changelog to docs

fa2e0da4e884917d5645d620d1f297e011d4621f authored about 4 years ago
Merge pull request #1549 from go-redis/feature/retry-overflow

Guard against overflow in retry

51a4ea4358429e8e72978da44cdbbca7584759a7 authored over 4 years ago
Merge pull request #1546 from TwinProduction/master

Add SetEX command

caee2887e27fc45483a8f14f2de5f7b733545804 authored over 4 years ago
Guard against overflow in retry

f92951b835c3e35a3b2e408344d959f5e51cee6e authored over 4 years ago
Refactor useless lines

b2df72a23d81958127aa1f96bf17ffb5c0dd1561 authored over 4 years ago
Add SetEX command

cc71f5d293d9ab7e3afe31a379ecfe279217da8a authored over 4 years ago
Feature/gofumpt (#1545)

* enable gofumpt
* remove nlreturn
* up golang-ci

38caa12762e776c4637ad9697805c2e9a2e3dbb4 authored over 4 years ago
Fix version

f93ba2815bf0c7eeedc1d916fe0a41a36e3ec373 authored over 4 years ago
Fix module name

7247b90e3e95322f3c5c505e1774c1425033fbb4 authored over 4 years ago
Add extra modules

7b1a844a5ba3c94babe0d6119acc778a31fc0083 authored over 4 years ago
Merge pull request #1543 from go-redis/fix/conn-hooks

Add hooks to Conn. Fixes #1539

26ade921df114737bda61442a9c744801b2fbd59 authored over 4 years ago
Add hooks to Conn. Fixes #1539

e99a39201b71bbdd37e2b1c03ef9d9c45d910d64 authored over 4 years ago
Merge pull request #1532 from go-redis/renovate/github.com-onsi-ginkgo-1.x

chore(deps): update module onsi/ginkgo to v1.14.2

16afeeb46d55f7f368858f3f34f693f58f642ec7 authored over 4 years ago
chore(deps): update module onsi/ginkgo to v1.14.2

319b0236e7c41ac77fc37fde18ef40464383de20 authored over 4 years ago
Merge pull request #1533 from go-redis/renovate/github.com-onsi-gomega-1.x

chore(deps): update module onsi/gomega to v1.10.3

c6fc4eef32b9adc0efefbb6141efa98264654f85 authored over 4 years ago
Move Scan test

a6876ad84ae11c0dac85129748c9dcb6581507a4 authored over 4 years ago
Fix/issue 1384 (#1529)

Add support for scanning time.TIme

f169894120399c2f323c493ebf6ee81d26948a6f authored over 4 years ago
chore(deps): update module onsi/gomega to v1.10.3

c0501bf52e6d4505eacc24b628ad494c8664a98d authored over 4 years ago
readme: mention OpenCensus

36223c9349f0c78a386df4a38c00a077cc38cdce authored over 4 years ago
Merge branch 'master' of github.com:go-redis/redis

a267e71d4d5f17ac8860eb7d7409b7d30f977d45 authored over 4 years ago
Update readme

45ccb2457dea8ff505676fce34e7fb725cc67e8a authored over 4 years ago
Merge pull request #1486 from go-redis/renovate/github.com-go-redis-redis-v8-8.x

Update module go-redis/redis/v8 to v8.3.0

bfb4c92b06328b4ec1cf6e6299e2079f71520cc6 authored over 4 years ago
Update module go-redis/redis/v8 to v8.3.0

bab9da6374fa5803398c74fd3733da01d0abffa3 authored over 4 years ago
Merge pull request #1528 from go-redis/renovate/go.opentelemetry.io-otel-sdk-0.x

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

f1082a63f72ae02e7ce92b45aa65da71a12ad8d8 authored over 4 years ago
Update module go.opentelemetry.io/otel/sdk to v0.13.0

1f4d026286feb336e28023df536cc5ada58c7530 authored over 4 years ago