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 #1896 from jsievenpiper/main

feat: add acl auth support for sentinels

fddf086cbe0d1fe0fcb256a6c2337e2f423c1558 authored over 3 years ago
Add support for BLMove command

f36093a0beb024b782b47584b63aa87e1e01e6f9 authored over 3 years ago
chore: swap to acl auth at the test-level

f74ce7de90eac3b1fa9be4092bacfd190851f033 authored over 3 years ago
Merge pull request #1895 from go-redis/fix/conv-commits

chore: use conventional commits and auto-generate changelog

c575887613c27ff42f69d698b3ae4baab5a0d541 authored over 3 years ago
feat: add acl auth support for sentinels

f66582f44f3dc3a4705a5260f982043fde4aa634 authored over 3 years ago
chore: use conventional commits and auto-generate changelog

30a30284118bd6066c4cdce884e366455b6bdcc7 authored over 3 years ago
chore: gofmt

7c92957d71e101c2cba460335ac54bc138e0a6ad authored over 3 years ago
Merge pull request #1891 from gozeloglu/rmv-empty-fnc

empty hooks.withContext removed

aac0ea44474a08f121bf62f364e10a8ef81ee587 authored over 3 years ago
empty hooks.withContext removed

028aeaad73b385a680b5404fca5a3dcfb9dd7828 authored over 3 years ago
Merge pull request #1884 from dmke/feat/parseurl

Allow query parameters for ParseURL

997118894af9d4244d4a471f2b317eead9c9ca62 authored over 3 years ago
chore: fix discussions link

7ecd5cee5b1b56fd5135b1b38207ae12ee9e70b4 authored over 3 years ago
chore: add links to readme

0af87003d003fb882c900c87b5173bf52ccdd3bc authored over 3 years ago
Add query parameter parsing to ParseURL()

Before this change, ParseURL would only accept a very restricted
set of URLs (it returned an err...

dfedc31d208c9891e21ac50c5df7a12d325768ca authored over 3 years ago
Refactor TestParseURL

This is in preparation for supporting query parameters
in ParseURL:

- use an expected *Options ...

3ac3452fe5381ac1e639d2b73d16c07d4dd249c1 authored over 3 years ago
Merge pull request #1882 from go-redis/chore/otel-example

chore: cleanup OpenTelemetry example

0982b38527e72e1de365c5ff2c636554e2e35e93 authored over 3 years ago
chore: gofmt all code

9b6ee9c3cc54db63d64fb3f476e8c151ca8dd031 authored over 3 years ago
chore: cleanup OpenTelemetry example

11c4d6f5566cb5cec8f89f5c4eaaf8d87851a2f3 authored over 3 years ago
Fix/pubsub ping mutex (#1878)

* Fix PubSub.Ping to hold the lock

* Fix PubSub.Ping to hold the lock

* add write cmd data...

b94bde306e64bcbcede4601103f1f272d6159a74 authored over 3 years ago
Fix releasing.md

917c476e75a42d5a0c87739e12913e5b0dfa8aee authored over 3 years ago
Merge branch 'master' of github.com:go-redis/redis

c16c45cd343688e363925429c53be4312ab27126 authored over 3 years ago
Fix tag script to push tag by tag

0c6ce84badad56b6f61535da336fc33f0f9fc204 authored over 3 years ago
Bump github.com/cespare/xxhash/v2 from 2.1.1 to 2.1.2 (#1872)

Bumps [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) from 2.1.1 to 2.1.2.
- ...

7fc0d6bc14ed3c5f2a7238b962637bbb989f6b89 authored over 3 years ago
Replace release job

5e6479ec649f951762926aed94d7bcacb6ae41d3 authored over 3 years ago
Add scan struct example (#1870)

ed42d3c37b7092d92cf3607e44ec3c8dd65612c8 authored over 3 years ago
Merge pull request #1867 from kishaningithub/patch-1

Add go 1.17 to the build matrix

989295a24bf42d55dba8e34a5f1f655e8b7a84a0 authored over 3 years ago
Remove go 1.15 from build matrix

3d2164ecb5dba82a3c5651a82bebd7b41e37ce85 authored over 3 years ago
Add go 1.17 to the build matrix

83f70de29aaa7fc39addc5cb7114a64ee6342d2a authored over 3 years ago
Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 (#1865)

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.15.0 to 1.16.0.
- [Releas...

db669da17500982dc082fb0f2ce7515bec46d85f authored over 3 years ago
after the connection pool is closed, no new connections should be added (#1863)

* after the connection pool is closed, no new connections should be added

Signed-off-by: monk...

afafeda8a3e0b58443d86aca544da1b10ff3a092 authored over 3 years ago
Add Cmd.Slice helper to cast to []interface{} (#1859)

bc9d5c8d3af4780baecc5b76e3f37a9c3d18ab42 authored over 3 years ago
Tweak tag.sh

4029656ad50234d85201e299ea9b90d9a9f8ad56 authored over 3 years ago
Create an annotated tag to give release.yml chance to run

4ed306de42b0e875ee1c26da42952fb3a5040e16 authored over 3 years ago
Merge pull request #1853 from go-redis/release/v8.11.3

Release v8.11.3 (release.sh)

74f9a7338f65b240910957feb09a7e5993ca03ed authored over 3 years ago
Release v8.11.3 (release.sh)

702e7cfe68aaea2f176ff74b10d402884b00654d authored over 3 years ago
Fix release.sh

493a4d05c6cbc3c61ecb5e908c10a1e19104148c authored over 3 years ago
And more

f02921d3da097d2cc27bf780572542fba116a569 authored over 3 years ago
More fixes for otel example

9cd9efd218b401583011a0c235019f517949db0b authored over 3 years ago
Fix package name in release script

084dcdea946fd00d69b61a73bde3d40e77eb5169 authored over 3 years ago
Fix otel example

98ed2cbcad6f5549460ef444b3a9d5df2f5034bc authored over 3 years ago
Add version.go

818c0e0b2ef10c9f0b227ed6531ff46477bfca4b authored over 3 years ago
Bump github.com/onsi/gomega from 1.10.5 to 1.14.0 (#1832)

* Bump github.com/onsi/gomega from 1.10.5 to 1.14.0

Bumps [github.com/onsi/gomega](https://gi...

047f90762589b061f91b2b0b71d4588efb1127cc authored over 3 years ago
Automate release process (#1852)

5e89d627dde7aa95fb5d380e810514fb4f1c7109 authored over 3 years ago
Revert "ConnPool check fd for bad conns (#1824)" (#1849)

This reverts commit 346bfafddd36dd52d51b064033048de5552ee91e.

fd3025bfed543a468085e18a9220b41632bf4f1d authored over 3 years ago
Merge pull request #1845 from iph0/master

Added missing method XInfoStreamFull to Cmdable interface

67ae445d249385c5a9bf58b1df49b1a02a05f135 authored over 3 years ago
Merge pull request #1847 from bogdandrutu/otelredis

Run go mod tidy in redisotel

ad880a964403c63d28bf6a9f0c9e325feed76927 authored over 3 years ago
Run go mod tidy in redisotel

Signed-off-by: Bogdan Drutu <[email protected]>

67082aad3836f8b50d53b7672d43f81aeefa33bd authored over 3 years ago
Added missing method XInfoStreamFull to Cmdable interface

2ca559d5e51fa05ae9f4f38d74ca5ad50164551d authored over 3 years ago
Update changelog for v9 (#1843)

4261a2cb2a9bf1a2a1c0f8d2ac655c78db10f709 authored over 3 years ago
adjust the code (#1842)

* Upgrade redis-server version (#1833)

* Upgrade redis-server version

Signed-off-by: monke...

38d1749d56f6ee41baf8222b3aa0aa0c6950f41d authored over 3 years ago
add cmd: geosearch, geosearchstore (#1836)

* add cmd: geosearch, geosearchstore

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

* GeoSearchQ...

7dad93efa2f8ec5a30841aad3eb09e6ec862a918 authored over 3 years ago
Upgrade redis-server version (#1833)

* Upgrade redis-server version

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

* XAutoClaim changed ...

437184bdedecd4040424250469bb8e9d5842fa62 authored over 3 years ago
Remove redundant code.

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

b8245b56f966ed9437d11d0afbe3792ae484f35d authored over 3 years ago
Merge branch 'master' into v9

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

83454856c761b9e6aa8e5910821713b6225eb5d9 authored over 3 years ago
fix typo (#1829)

704212eaaebb131b3edfd20beb6b4e81c575b39e authored over 3 years ago
Create dependabot.yml (#1826)

54ef62f9b700cacd0f6262b8ca182b192d15dd38 authored over 3 years ago
ConnPool check fd for bad conns (#1824)

* conncheck for badconn (#1821)

* format imports

* fix ut: pool with badconn

* fix unst...

346bfafddd36dd52d51b064033048de5552ee91e authored over 3 years ago
Check Failing() before serving random node (#1825)

* Check Failing() before serving random node

* Revert condition

* Addressed review comment...

62fc2c821b7b9d757a5dee74a4c17e0010c8301e authored over 3 years ago
Allow FIFO pool in redis client (#1820)

* Initial commit for FIFO pool

* Change PoolType string to PoolFIFO bool

* Remove redundan...

ce40cd942a72c4a93f9025047e6fd3f510700ab3 authored over 3 years ago
Add contributors

247c62ad92711dd9721a59ad36c130ba92eee784 authored over 3 years ago
Add the count option to the rpop command(fix #1813) (#1815)

3caf52bceb25d68e5ad5a34fbe3347e42ba5ef30 authored over 3 years ago
DBSize,ScriptLoad,ScriptFlush and ScriptExists should use hook (#1811)

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

c1b63a670345f9f41538ab1773c0e4d0be46c737 authored over 3 years ago
sync v8.11.0

916da5b2ce5874f5dff788aef4ce49b8c3f44fac authored over 3 years ago
add release CHANGELOG

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

dd4b7eb3b41c39c4f74ca016f09c55770df449c4 authored over 3 years ago
Remove OpenTelemetry metrics for now (#1805)

27e2efb0af3a3f49582f3414b5291e7272041ecd authored over 3 years ago
GOMAXPROCS usage instead of NumCPU (#1801)

b7d23d446cf61bc33d8346f929b814c0c8e7de5d authored over 3 years ago
Update to otel trace v1.0.0-RC1 (stable) and metric v0.21.0 (unstable) (#1802)

e757f789233b86de5593bc08701d9bb637a34343 authored over 3 years ago
sync master (#1800)

* Remove OpenTelemetry from the code (but leave redisotel as is) (#1782)

* Add XAutoClaim com...

63df0e5e75b8842c1d1bf52f0506682d0a5989c8 authored over 3 years ago
Tweak readme

9cfca5827def4410970428388a51343632f9396e authored over 3 years ago
Adjust KeepTTL annotation.

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

b64f0876913578ac00c29d56a536ea2ec299c138 authored over 3 years ago
Explain the use restrictions of KeepTTL. (#1799)

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

960e4d6cf0b378c8444714e2110263a720fa90ad authored over 3 years ago
Upgrade the <sorted set> series of commands (#1792)

* Upgrade the <sorted set> series of commands

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

* C...

f0b2f90143e41ecd84e8e2e4764d763179f8e3be authored over 3 years ago
Add Bun to readme

526725c5f8051f74038b223dd6cf1d86f16f04aa authored over 3 years ago
xgroup/xadd/xtrim supports new options (#1787)

* support cmd option

XGROUP CREATECONSUMER
XTRIM MINID LIMIT
XADD NOMKSTREAM MINID LIMIT

...

43ec1464d9a6b61419090f07a2e49b66bfb0d85b authored over 3 years ago
fix typo (#1788)

14d82a2d93fccea4124fc8d6cc0fdc45285a878c authored over 3 years ago
Add XAutoClaim command (#1780)

237bad52843904773090adc08ba660050b9f2e80 authored over 3 years ago
Remove OpenTelemetry from the code (but leave redisotel as is) (#1782)

6e4eb2e3acad9575fb1e2c8690a3c1decf2e59e5 authored over 3 years ago
Merge pull request #1776 from monkey92t/v9

Merge master to v9

bd6402ab3e6f1bd41ad49333cb974bd6af1fb06b authored over 3 years ago
Merge branch 'master' into v9

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

fdbd0dd76ade81cf8ffd58eeb8973b3b823fd623 authored over 3 years ago
add ZDiffStore command (#1775)

036605d7c6def5b0a3500e588c1660e908dffc46 authored over 3 years ago
add ZInter command (#1768)

74246e0ccf0519821f23196016e2d4872585c814 authored over 3 years ago
the "keys have no pre-determined position" command specifies the position of the key (#1769)

f521e51383edae8e5dfc98fce17d599b33e304dc authored over 3 years ago
fix #1766

ad4d0a506a469743b5d619f3290310325e965a11 authored over 3 years ago
Update changelog

37f5a2b1cdf3ee2b2752bdd46c6e1e07e3c8a57a authored over 3 years ago
Improve pubsub (#1764)

* Improve pubsub

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

* Extract code to channel struct...

8e8510431d287721017e359fc3ea57c445a188b1 authored over 3 years ago
Merge pull request #1762 from MrChenCode/master

add command zdiff

f83600d1a5ac092f27dc672b9dda7cf7adde8bc1 authored over 3 years ago
add command zDiff

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

7a7b75e0816ba9fc5c9f945d82797c0575ec1a60 authored over 3 years ago
sync master to v9 (#1760)

* Added missing idle args in XPendingExtArgs (#1750)

Added missing idle args in XPendingExtAr...

fe9bc126b7edd0d72c3861d57f3b730181f42fa2 authored over 3 years ago
fix #1758 (#1759)

fix #1758

1393126c293906d4c72c5ab95caf0448b403197d authored over 3 years ago
fix read data

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

76393b5b71e632ee425376afdc15406ed854403d authored over 3 years ago
fix #1755

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

3871963e2d9a686b5ab1724410da0f54e80f90c5 authored over 3 years ago
Replace go-pg with bun

d42071c47a72804a5a47ed373e16699b68f19564 authored over 3 years ago
Replace go-pg with bun

f33c425a30e75334163b64704a06bf544c7e1d21 authored over 3 years ago
fix #1754 (#1756)

8f0fbd2fe81b4af1a394a0109820362df011c0ae authored over 3 years ago
Added missing idle args in XPendingExtArgs (#1750)

Added missing idle args in XPendingExtArgs

31495ac5706063f7bb3b06efc1de46c7e7a0c448 authored over 3 years ago
Merge pull request #1752 from monkey92t/lint-1.40

follow to golang-lint 1.40

44f5c06755c143a2d06a6e326db0b19278dcf4bf authored over 3 years ago
Merge pull request #1753 from monkey92t/v9

merge master and follow to golang-lint 1.40

8dc84ab8604367fcab26b3fe7790d437f0e055f7 authored over 3 years ago
fix comments

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

81df6895a8d98b689b354e620bb681f4ffa24da5 authored over 3 years ago
Merge branch 'lint-1.40' into v9

350477a91d3c219cf674be94c50c9c588ae5952b authored over 3 years ago
Tweak comments

b60d47d3291da41616c5943b2e504ae46c95354d authored over 3 years ago
follow to golang-lint 1.40

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

26373ef2f13351d51b481e53069063aed8dc1318 authored over 3 years ago