Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Node Redis

Official collective of the Node.js Redis NPM packages; redis, redis-parser & more.
Collective - https://opencollective.com/node-redis - Website: https://noderedis.dev - Code: https://github.com/redis/node-redis

feat: bump v1.0.31

github.com/redis/rueidis - 8e58652fa3aa0112f01b62aead13b6d734f53ab6 authored 11 months ago
Merge pull request #479 from redis/fix-otel-missing-attrs

fix: panic rueidisotel without MetricAttrs and TraceAttrs

github.com/redis/rueidis - 152800b84f6d5afc59d7d8d0fab8aed42a30bbcf authored 11 months ago
fix: panic rueidisotel without MetricAttrs and TraceAttrs

github.com/redis/rueidis - d9c9b994b2f93baac732c9afafc9a92ce90a522a authored 11 months ago
feat: upgrade otel to v1.24.0

github.com/redis/rueidis - 933c142bb3515759cf63b461f8c94e3a3e617a75 authored 11 months ago
feat: bump v1.0.29

github.com/redis/rueidis - bf57e8007059ca10c984889df00271d6d0098f6b authored 11 months ago
Merge pull request #475 from redis/upgrade-otel

feat: upgrade otel to v1.23.1

github.com/redis/rueidis - 4f2ef79fbd1c51e3002f855bf6bbebd502fc3a62 authored 11 months ago
Add more blocking commands (#253)

* Rename existing blocking commands

The current naming for the blocking commands does not fee...

github.com/redis/NRedisStack - db17b8924d0d9321c8b318facb798c4e812d4e99 authored 11 months ago
Fix incorrect asserts in test and ensure connections are closed (#3004)

github.com/redis/redis-py - d529c2ad8d2cf4dcfb41bfd93ea68cfefd81aa66 authored 11 months ago
Fix minor memory leak in rewriteSetObject (#13086)

It seems to be a leak caused by code refactoring in #11290.
it's a small leak, that only happen...

github.com/redis/redis - bfcaa7db0a70f81c062e2ff6dee1b23baf1cbf53 authored 11 months ago
Expose lua os.clock() api (#12971)

Implement #12699

This PR exposing Lua os.clock() api for getting the elapsed time of Lua
cod...

github.com/redis/redis - 4a265554aeed885bfba42d425024d34cbb779a8c authored 11 months ago
Determine the large limit of the quicklist node based on fill (#12659)

Following #12568

In issue #9357, when inserting an element larger than 1GB, we currently
sto...

github.com/redis/redis - 165afc5f2a2bc8ef18af85a6e5cb345c7af614ec authored 11 months ago
Edit the history field of xinfo-consumers (#13078)

Now it matches the information in xinfo-stream.json

github.com/redis/redis - 820a4e45f1c46d8acbd07043b8992d5f69a872ec authored 11 months ago
Support issuing Latency commands (#3729)

* add LATENCY LATEST, LATENCY HISTORY and LATENCY RESET commands

* add LatencyEvent class

github.com/redis/jedis - 6f3db461932fe6751175d779ed0133f9eea3f46f authored 11 months ago
feat: upgrade otel to v1.23.1

github.com/redis/rueidis - 4b1b70d8d0f981c97d82d3932abf251c979be8b5 authored 11 months ago
Add new allocator.muzzy field to memory-stats reply schema (#13076)

This field was added in #12996 but forgot to add it in json file.
This also causes reply-schema...

github.com/redis/redis - 5b9fc465239036b378a39cbebf3706a2db74dd32 authored 11 months ago
Defragger improvements around large bins (#12996)

Implement #12963

## Changes
1. large bins don't have external fragmentation or are at least
...

github.com/redis/redis - f6785df663928d6614030e93aaeafa4a3b24ae3f authored 11 months ago
Merge pull request #471 from redis/fix-463-metrics-attrs

fix: respect rueidisotel.MetricAttrs options, and avoid copy them repeatedly

github.com/redis/rueidis - 0b3eda8d2c5546c0839bcd6d9bff856b926a2773 authored 11 months ago
Bump go-redis version to 9.5.1 (#2917)

github.com/redis/go-redis - d43a9fa887d9284ba42fcd46d46e97c56b34e132 authored 11 months ago
bug: Fix SETINFO ensuring it is set-and-forget (#2915)

* Exexcute set-info without validation

* Fix tests

* Remove spaces from runtime.Version

...

github.com/redis/go-redis - 5da49b1abaef3bc65acae10debdbc72d7f5f32a1 authored 11 months ago
docs: README update to highlight how to disable sending client identification (#2913)

github.com/redis/go-redis - 99527f0ac1e50d37fd25692b9484cba84c52f611 authored 11 months ago
Fix FUNCTION DUMP outupdated examples (#2670)

The old example uses an old format, which is no longer supported,
it will return an `ERR Pre-GA...

github.com/redis/redis-doc - 7679858b1a19a84fc613ca45fe44d3c25385dc64 authored 11 months ago
xinfo-stream add minimum to seen-time, skip logreqres in fuzzer (#13056)

Recently I saw in CI that reply-schemas-validator fails here:
```
Failed validating 'minimum' ...

github.com/redis/redis - ca5cac998e75e52b73ad2794042b9165f4833020 authored 11 months ago
Fix wathced client test timing issue caused by late close (#13062)

There is a timing issue in the test, close may arrive late, or in
freeClientAsync we will free ...

github.com/redis/redis - 3c2ea1ea9516724a361f38ffd2fdfb13aa0b041a authored 11 months ago
Fix timing issue in blockedclient test (#13071)

We can see that the past time here happens to be busy_time_limit,
causing the test to fail:
``...

github.com/redis/redis - 4e3be944fc9abd9b9638ad17589ff3c916394883 authored 11 months ago
add -fno-omit-frame-pointer to default complication flags (#12973)

Currently redis uses O3 level optimization would remove the frame pointer
in the target bin.

...

github.com/redis/redis - fc3a68d8fb6c8f87485dd670f7af81feadd66635 authored 11 months ago
Adds a README to the command JSON files (#13066)

Add readme about the command json folder, what it does, and who should
(not) use it.
see discu...

github.com/redis/redis - 6df42df2917622cfe791b0f563fa82053965820f authored 11 months ago
chore: update gomega

github.com/redis/rueidis - fc6e5c1b222b561f146bea943baf886d87053c12 authored 11 months ago
feat: move ginkgo/v2 to rueidiscompat's go.mod

github.com/redis/rueidis - 5bb2e2e042700ce06f0af503081cba9a3b3b5a26 authored 11 months ago
feat: move ginkgo/v2 to rueidiscompat's go.mod

github.com/redis/rueidis - cf2c2a534fad003829508d9605fd046f39971789 authored 11 months ago
Calculate the incremental rehash time more precisely (#13063)

In the `databasesCron()`, the time consumed by
`kvstoreIncrementallyRehash()` is used to calcul...

github.com/redis/redis - 8876d264ac9ad132dbabf70e6d6ba8c88c583e87 authored 11 months ago
The history section should not contain behavioral changes (#2668)

As per https://github.com/redis/redis/pull/10398

github.com/redis/redis-doc - ccd3a13c6bcc7bdf9389daad9244007639feff35 authored 11 months ago
Check for thread interrupt in subscribe process of PubSub (#3726)

- adding thread interrupted check in `JedisShardedPubSubBase::process`
- also in `JedisPubSubBa...

github.com/redis/jedis - 65d431f549502364bacbc8c25c85e973278c437a authored 11 months ago
Fix retry logic for pubsub and pipeline (#3134)

* Fix retry logic for pubsub and pipeline

Extend the fix from bea72995fd39b01e2f0a1682b16b6c7...

github.com/redis/redis-py - ebb6171832f284d61df4fe3afa0a23af88fbf9b6 authored 11 months ago
Remove typing-extensions from deps (#3146)

It's not used, and this library requires Python 3.8+.

github.com/redis/redis-py - 2b2a2e0bfe34584c6d8728ba5d03b70648b47f36 authored 11 months ago
Update connection.py (#3149)

Exception ignored in: <function Redis.__del__ at ...>
Traceback ....
TypeError: 'NoneType' obj...

github.com/redis/redis-py - 4099d5e0e3a15c377a10754ed6a376f3a6c20676 authored 11 months ago
Add code snippet for Sorted Sets (#246)

Issue #214

Add a test under `Docs`, with code snippets that can be used in the
online documenta...

github.com/redis/NRedisStack - 91fd35cc94a1b1f05beb92da911ddb29ee1b6f4f authored 11 months ago
Bump org.json:json from 20231013 to 20240205 (#3706)

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20231013 to 20240205.
...

github.com/redis/jedis - f86e1badb56f8f6e36b565259a61073491322aad authored 11 months ago
Bump com.kohlschutter.junixsocket:junixsocket-core from 2.8.3 to 2.9.0 (#3724)

Bumps [com.kohlschutter.junixsocket:junixsocket-core](https://github.com/kohlschutter/junixsocke...

github.com/redis/jedis - e4a0c783b11f1ddda28e605e2a70f6e016eff514 authored 11 months ago
Bump go-redis version to 9.5.0 (#2905)

* Bump go-redis version to 9.4.1

* Bump go-redis version to 9.5.0

github.com/redis/go-redis - b5a9e5d2c67d804cd18f35382b4aebf0dfcd638e authored 11 months ago
AOF_FSYNC_EVERYSEC higher resolution, change aof_last_fsync and aof_flush_postponed_start to use mstime (#13041)

Currently aof_last_fsync is using a low resolution unixtime is really
bad,
it checks if the ab...

github.com/redis/redis - 9103ccc39843e16c456e459f2e64008e1cc33c1f authored 11 months ago
redis-cli - fix sscanf incorrect return-value check warnings (#13059)

From CodeQL: The result of scanf is only checked against 0, but
it can also return EOF.

Repo...

github.com/redis/redis - dd92dd8fb5c2cc5c9815b720128b3015382b8da4 authored 11 months ago
Add metrics for WATCH (#12966)

Redis has some special commands that mark the client's state, such as
`subscribe` and `blpop`, ...

github.com/redis/redis - 50d6fe8c4beba95ea5572e7da98a7d4e6518a05a authored 11 months ago
feat: set shorter deadline between context deadline and conn deadline (#470)

* improvement: set shorter deadline between context deadline and conn timeout

* fix: compare ...

github.com/redis/rueidis - 4c4759d879a9f7cb713d841d32407ca6ca133ab0 authored 11 months ago
fix: respect rueidisotel.MetricAttrs options, and avoid copy them repeatedly

github.com/redis/rueidis - f3cfb13dc9b1df05aac59455fa179ef2f50e299e authored 11 months ago
doc: add comments to `ConnWriteTimeout` as a request timeout (#469)

* doc: add comments to connwritetimeout

* doc: fix wrong comments

github.com/redis/rueidis - 3d21559bc77d86e09495229a54c8d832da307db2 authored 11 months ago
Minor optimization in kvstoreDictAddRaw when dict exists (#13054)

Usually, the probability that a dict exists is much greater than the
probability that it does n...

github.com/redis/redis - c854873746e9515f322d805f863e839ebfcefd62 authored 11 months ago
Speed up connections by sending SetInfo via a pipeline (#2880)

* Send Client SetInfo via pipe

* Fix ACL test

* Add client set info to acl command rules

github.com/redis/go-redis - 35de49a8da74319b347ca1ea64fc5aa0000c0096 authored 11 months ago
zunionInterDiffGenericCommand use ztrycalloc to avoid OOM panic (#13052)

In low memory situations, sending a big number of arguments (sets)
may cause OOM panic. Use ztr...

github.com/redis/redis - 063de675e0e20a0d060ffc6f7f5f7b074043344a authored 11 months ago
Increase tolerance range to block reprocess tests to avoid timing issues (#13053)

These tests have all failed in daily CI:
```
*** [err]: Blocking XREADGROUP for stream key tha...

github.com/redis/redis - 32f44da5100607055d9f6362f42f0c22f1a26533 authored 11 months ago
Merge pull request #2655 from domgew/client-kotlin-domgew-kedis

Add Kedis (Kotlin Multiplatform redis client library)

github.com/redis/redis-doc - 8a7f09420d182956ea61c8b704adb123b975ad3e authored 11 months ago
Remove freq object test from RE tests (#2904)

github.com/redis/go-redis - 8afc2b9314ea9f719219937f52f05484b4cc0ae2 authored 11 months ago
feat: add object fraq command (#2844)

* feat: add object fraq command

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

* feat: add...

github.com/redis/go-redis - d383038a0f9d9905a66d1738851852950db147ed authored 11 months ago
docs: update features (#2846)

Signed-off-by: rfyiamcool <[email protected]>
Co-authored-by: ofekshenawa <104765379+ofekshena...

github.com/redis/go-redis - f0ecdb41905b812da0afcfe72d136aac76995be8 authored 11 months ago
add CredentialsProvider to ClusterOptions (#2791)

github.com/redis/go-redis - 516abe867dbeaa337009dbaf2668b85011996bde authored 11 months ago
Add helpers to set libinfo without panic (#2724)

* add helpers to set library name and library info without risk of panic if we try to set both
...

github.com/redis/go-redis - 21ed15bbed2774a40fe831f7618332aa4f207fd1 authored 11 months ago
fix: add bytes in scan struct example (#2836)

* fix: add bytes in scan struct example

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

* f...

github.com/redis/go-redis - 7b9e81fd418e16d1317e6e896624a62b40cbbf80 authored 11 months ago
test: add ut for util_test (#2840)

Signed-off-by: rfyiamcool <[email protected]>
Co-authored-by: ofekshenawa <104765379+ofekshena...

github.com/redis/go-redis - 9133749cd3ef42459a8698b59ab212537db5fb98 authored 11 months ago
Remove unnecessary Node project definition file (#2863)

Co-authored-by: Personalizer Team <[email protected]>
Co-authored-by: ofekshenawa <104...

github.com/redis/go-redis - 51897bc5bf5ad2e6ec4e126ce585a4c0d29eb8a0 authored 11 months ago
chore(deps): bump release-drafter/release-drafter from 5 to 6 (#2883)

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from...

github.com/redis/go-redis - afffb47b0b169f0ce1097801db0104f231bf46be authored 11 months ago
Add support for specifying bitcount unit as byte or bit, byte default (#2887)

* Add support for specifying bitcount unit as byte or bit, byte default

* Add bitcount test
...

github.com/redis/go-redis - 8d2a022fd5fbe71ee011004295d6991d894e811b authored 11 months ago
fix ConnPool race in newConn (#2885)

Co-authored-by: Oleg Stotskiy <[email protected]>
Co-authored-by: ofekshenawa <10476537...

github.com/redis/go-redis - 36bab9c8dc72a894c81a2d23171c95a0815af8d8 authored 11 months ago
chore(deps): bump rojopolis/spellcheck-github-actions (#2889)

Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actio...

github.com/redis/go-redis - a1577376e178e609522098e0cd1c8fd048ce7a03 authored 11 months ago
chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#2890)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 t...

github.com/redis/go-redis - ffe9125a2415c51921362742bc1fa01ed9dfebe9 authored 11 months ago
Change RE image to edge-focal (#2884)

* Change RE image to edge-focal

* Fix typo

* change tag to 7.2.4-108

github.com/redis/go-redis - 83dd4d7200f83d8123fdb39d9f4748d04b8ab84e authored 11 months ago
[cmake] Fix cmake options position to support cmake toolchain (#1250)

Move CMake `OPTION` values below where we declare the `PROJECT` so they are scoped within it.

...

github.com/redis/hiredis - 398e16e7cc20545a19f2af2293cc6f04310e6b7a authored 11 months ago
Merge pull request #2661 from nihohit/patch-3

Add GLIDE for Redis to Python list of clients.

github.com/redis/redis-doc - 30d6ee156db4c13175b17432dbfeca69e3370f77 authored 12 months ago
Merge pull request #2662 from nihohit/patch-2

Add GLIDE for Redis to nodejs list of clients.

github.com/redis/redis-doc - e60764c766efe9025fd9eedafe06a3c081624aab authored 12 months ago
Update clients/kotlin/github.com/domgew/kedis.json

github.com/redis/redis-doc - 5aa601fa8dd68d9a26dc737de8c7720657a701ab authored 12 months ago
Do not include gossip about receiver in cluster messages (#13046)

The receiver does not update any of its cluster state based on gossip
about itself. This commit...

github.com/redis/redis - c1d2ac2a733b87458697ff85d3ca396a28a0d56a authored 12 months ago
Add support for BZMPOP, BZPOPMIN and BZPOPMAX (#240)

* Formatting and typos

Fix some typos in the markdown files and run `dotnet format` on existi...

github.com/redis/NRedisStack - fe18a3ba595085951852665f413323252deeaaa7 authored 12 months ago
Use redisFixture in all tests (#244)

* use redisFixture in all tests

* fix HashExample

* make constractors public

* return D...

github.com/redis/NRedisStack - 9a607e0d9a07af1553d88c8e2749aab5d31c2750 authored 12 months ago
Fix loading rdb opcode RDB_OPCODE_RESIZEDB (#13050)

Following the changes introduced by 8cd62f82c, the dbExpandExpires used
the db_size instead of ...

github.com/redis/redis - e9c795e777591a96a5e7b0d28fbda64325b27a0c authored 12 months ago
Fix loading rdb opcode RDB_OPCODE_SLOT_INFO (#13049)

Following the changes introduced by 8cd62f82c, the kvstoreDictExpand for
the expires kvstore us...

github.com/redis/redis - 7ca0b84af6129aaa1be4d78cf83222cfbd47966b authored 12 months ago
Update clients/nodejs/github.com/AWS/GLIDE-for-Redis.json

github.com/redis/redis-doc - e67c18814854893974c98a73658c7dd727dc61e8 authored 12 months ago
Update clients/python/github.com/AWS/GLIDE-for-Redis.json

Co-authored-by: Madelyn Olson <[email protected]>

github.com/redis/redis-doc - ba9da8b6beadcdd61aad226a5b35db9ad34c3df5 authored 12 months ago
Revert stale isuue version update (#3142)

github.com/redis/redis-py - 6b89786a2957025b2540700baed7878943a7d401 authored 12 months ago
Add GLIDE for Redis to Python list of clients.

github.com/redis/redis-doc - b4368ea2756f44cda11aefeac635f9bec6283ebf authored 12 months ago
Add GLIDE for Redis to nodejs list of clients.

github.com/redis/redis-doc - 03a860c082606a20050acb4e9044ac2354880806 authored 12 months ago
Fix CLIENAT KILL MAXAGE test timing issue (#13047)

This test fails occasionally:
```
*** [err]: CLIENT KILL maxAGE will kill old clients in tests...

github.com/redis/redis - 8eeece4ab3e80d2c648978ecaa3d5b10e8119117 authored 12 months ago
Fix the failure of defrag test under 32-bit (#13013)

Fail CI:
https://github.com/redis/redis/actions/runs/7837608438/job/21387609715

## Why defra...

github.com/redis/redis - 676f27acb0e2a61e96778bccfa1116e3f7eedaaf authored 12 months ago
chore: update go.sum of the mock and rueidishook

github.com/redis/rueidis - 5a8fa52d3cf0619b5355869bbbc4098ec6fc0d05 authored 12 months ago
Merge pull request #465 from erdemtuna/module-prop-refactor

refactor: move uber/mock dependency to submodules

github.com/redis/rueidis - 195ce69ab901fffe811c9871919a671eee19f059 authored 12 months ago
correct rueidishook module name

Co-authored-by: Rueian <[email protected]>

github.com/redis/rueidis - 06a9ed3664aa15ba029f8678da851f107c7d1e83 authored 12 months ago
correct mock module name

Co-authored-by: Rueian <[email protected]>

github.com/redis/rueidis - 3ad3c556403c30d4940489afef9faa4d1775f514 authored 12 months ago
refactor: move uber/mock dependency to submodules

github.com/redis/rueidis - 4824d22a7359f64f88bbc066ac2a03b76fd1e928 authored 12 months ago
Merge pull request #460 from redis/streaming-read

feat: streaming read with DoStream() and DoMultiStream()

github.com/redis/rueidis - dfb8e584602723ce4bef2963684b448bdcdec8f9 authored 12 months ago
docs: add DoStream() and DoMultiStream() to rueidis.Client

github.com/redis/rueidis - 7d978915ef6459e89b5b9dacacded9bfded2375e authored 12 months ago
test: add DoStream() and DoMultiStream() to rueidis.Client

github.com/redis/rueidis - 53e34cbf328573c7688e9e803c8ff91d09cd2af8 authored 12 months ago
docs: add DoStream() and DoMultiStream() to rueidis.Client

github.com/redis/rueidis - 0885d43a11dad75eb1fba525a36255204d5bc453 authored 12 months ago
test: add DoStream() and DoMultiStream() to rueidis.Client

github.com/redis/rueidis - 40face99907ee0ce0cd15a9a8b077fbab1258c28 authored 12 months ago
Add new DEBUG dict-resizing command to disable the dict resize (#13043)

The test fails here and there:
```
*** [err]: expire scan should skip dictionaries with lot's ...

github.com/redis/redis - 493e31e3ad299c99cbb96b8581b7598b19b23892 authored 12 months ago
feat: add DoStream() and DoMultiStream() to rueidis.Client

github.com/redis/rueidis - b6e8521a3ed6fe4cce3f9acc380013912d4b16fb authored 12 months ago
Fix SORT STORE quicklist with the right options (#13042)

We forgot to call quicklistSetOptions after createQuicklistObject,
in the sort store scenario, ...

github.com/redis/redis - 813327b231d4abbe2f5f9394b005680b1712f04b authored 12 months ago
Fix crash due to merge of quicklist node introduced by #12955 (#13040)

Fix two crash introducted by #12955

When a quicklist node can't be inserted and split, we eve...

github.com/redis/redis - 1e8dc1da0de0add40d56fcbab9b64a3c5e61b6dd authored 12 months ago
feat: reuse RedisResultStream connections if the error is on the destination side

github.com/redis/rueidis - e8010ab27fe11209163f0c29296c9cb06ca8f92d authored 12 months ago
feat: separate connection pools for DoStream() without backgound pipelining

github.com/redis/rueidis - 2c804388beba447c0f83a125f2784083d8a89b74 authored 12 months ago
feat: rename Stream to RedisResultStream

github.com/redis/rueidis - beb525f4b696650be4bdb41dd9b5c35bea050b4a authored 12 months ago
Merge pull request #462 from redis/perf-skip-flush-deploy-block-check

perf: skip block check if no deplay after flush

github.com/redis/rueidis - cc73e53928df4b419715f6aad7d41628929a1931 authored 12 months ago
Merge pull request #1253 from wmontgomery-splunk/wm/clean_up_rubocop

Clean up rubocop todos

github.com/redis/redis-rb - 1db19c93bf35d2b7d56f97979587ece8753a30e0 authored 12 months ago