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

Add new INFO evicted_scripts field and eval scripts eviction (#2686)

Co-authored-by: Oran Agra <[email protected]>

github.com/redis/redis-doc - 7dbeb33c0ec969a614f19530036acf526d5551c4 authored 11 months ago
Merge pull request #496 from gross2001/issue_488

test: adding new tests to rueidisotel

github.com/redis/rueidis - f99b48e6a9f8ef52a0354e267866e9ad1e85101a authored 11 months ago
Streamline test execution (#3760)

* Fix a flaky test

It turns out that sometimes the slow log entry has a duration of zero,
so...

github.com/redis/jedis - 24653e048b6f555295697791f72883cf435b4283 authored 11 months ago
Update asyncio_examples.ipynb (#3125)

clarified wording + one case of deprecated .close() changed to .aclose()

github.com/redis/redis-py - 5090875fe5ab84ea8142a28909a93d6ef35c784f authored 11 months ago
Makefile respect user's REDIS_CFLAGS and OPT (#13073)

This change to the Makefile makes it possible to opt out of
`-fno-omit-frame-pointer` added in ...

github.com/redis/redis - 1d77a8e2c5e2322cc119af34a6685876af90effd authored 11 months ago
Add pipelined tests for sorted sets (#3771)

Co-authored-by: Gabriel Erzse <[email protected]>

github.com/redis/jedis - f7699b19420bc2171c35359ba975e2a211e1a728 authored 11 months ago
Geo pipelined tests (#3767)

github.com/redis/jedis - 7096d74a127ffa53892c9d4316413387d4e7fa4a authored 11 months ago
Merge branch 'redis:main' into issue_488

github.com/redis/rueidis - c1e9a9924ced283db8711e0c991b50dbc7ce758b authored 11 months ago
adding test to metric_test

github.com/redis/rueidis - ccc12dba70b1ed6d2a30288bc08a18672b786faa authored 11 months ago
Reenable clustering tests (#3764)

* Reenable clustering tests

Uncomment clustering tests and adapt the code in the minimum poss...

github.com/redis/jedis - d41dbe978ce1409ef6ecca979399a1aba88c814c authored 11 months ago
Add client Redis::Cluster::Fast for Perl (#2664)

github.com/redis/redis-doc - 51cd6df160077672a9f0a18d3e85019596bc26ac authored 11 months ago
Add KVSTORE_FREE_EMPTY_DICTS to cluster mode keys / expires kvstore (#13072)

Currently (following #11695, and #12822), keys kvstore and expires
kvstore both flag with ON_DE...

github.com/redis/redis - 3b3d16f7488063f0d2ee7d5cfaeba736169046de authored 11 months ago
Lua eval scripts first in first out LRU eviction (#13108)

In some cases, users will abuse lua eval. Each EVAL call generates
a new lua script, which is a...

github.com/redis/redis - ad28d222edcef9d4496fd7a94656013f07dd08e5 authored 11 months ago
Xread last entry in stream (#7388) (#13117)

Allow using `+` as a special ID for last item in stream on XREAD
command.

This would allow t...

github.com/redis/redis - a8e745117f3648cc813d18f5a8cf1218ec83cb5d authored 11 months ago
GETSET command is deprecated since Redis 6.2.0 (#3768)

github.com/redis/jedis - 5733cd677cb918c3f4d774688d379382afa90dff authored 11 months ago
Add API RedisModule_ClusterKeySlot and RedisModule_ClusterCanonicalKeyNameInSlot (#13069)

Sometimes it's useful to compute a key's cluster slot in a module.

This API function is just ...

github.com/redis/redis - 9efc6ad6a63198e6f6af3c5e9fabc3a7ffc6fe4b authored 11 months ago
Enable accept4() on *BSD (#13104)

Redis enabled `accept4` on Linux after #9177, reducing extra system
calls for sockets.

`acce...

github.com/redis/redis - 9c065c417d5cd7a1b35310d8c7760eeb119be1c0 authored 11 months ago
Optimizing cluster initialization changing the checks for cluster-enabled flag (#3158)

* change if the cluster-mode is enabled by trying run CLUSTER SLOT insted of INFO

* fix typo
...

github.com/redis/redis-py - ddff7b54b5db4ace94203dc141151b3f08060d2a authored 11 months ago
Update Version to 0.12.0 (#263)

github.com/redis/NRedisStack - ccd74b5dcdafcc118166461b6aa3fa942315eb28 authored 11 months ago
Fix the directory structure of the Ballerina client (#2685)

* Fix the directory structure of the Ballerina client, which generates the link
* Change the cl...

github.com/redis/redis-doc - 6c106478cd5314d49cd524e0ae282fb947767453 authored 11 months ago
Add Ballerina to the list of languages (#2684)

github.com/redis/redis-doc - 7807291f71bb6cd2b2f4ec8f53b2f734dc99912f authored 11 months ago
Fix redis-check-aof incorrectly considering data in manifest format as MP-AOF (#12958)

The check in fileIsManifest misjudged the manifest file. For example,
if resp aof contains "fil...

github.com/redis/redis - da727ad445a640950baa097124070468a0316cc9 authored 11 months ago
Pick random slot for a node to distribute operation across slots in redis-benchmark (#12986)

Distribute operations via `redis-benchmark` on different slots owned by
node.

`current_slot_...

github.com/redis/redis - 3c8d15f8c3e3aca887555e3509e9c6fe4205ae1e authored 11 months ago
Add tests for Stream pipelined commands (#3763)

* Add tests for Stream pipelined commands

Also adapt some migration pipelined tests, to asser...

github.com/redis/jedis - 7515d5a35c9f595dd124d56c7e40806cf86cf430 authored 11 months ago
Add support for redis command: CLIENT TRACKINGINFO (#3751)

Co-authored-by: Cem Asma <[email protected]>

github.com/redis/jedis - 23943800fbc47bcadbc6d7f17c4b32d442a637fb authored 11 months ago
Add Ballerina Redis client (#2682)

This PR adds information on the Official Redis client library for [Ballerina](https://ballerina....

github.com/redis/redis-doc - 54777055f37b5254045ab4d697b472321e555b89 authored 11 months ago
Added in missing word "extract" in install-redis-from-source.md (#2648)

github.com/redis/redis-doc - 34478235ee766a44cf8096e8b5cfc8595d2ef030 authored 11 months ago
Add allocator_muzzy field in INFO MEMORY and MEMORY STATS (#2672)

In redis/redis#12996 we add a new `allocator_muzzy` field for `INFO MEMORY` and `MEMORY STATS`.
...

github.com/redis/redis-doc - d74da8f10329433a20dc0471fe1b2bdc6b5b7757 authored 11 months ago
Bump jackson.version from 2.16.1 to 2.16.2 (#3762)

Bumps `jackson.version` from 2.16.1 to 2.16.2.

Updates `com.fasterxml.jackson.core:jackson-da...

github.com/redis/jedis - f692aa50cec176ff97f5ffa33c46c4ada630a520 authored 11 months ago
Bump org.json:json from 20240205 to 20240303 (#3752)

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

github.com/redis/jedis - a2386fe68974f62acfa45b1f4d43ddd54b31f4e8 authored 11 months ago
Bump release-drafter/release-drafter from 5 to 6 (#3171)

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

github.com/redis/redis-py - 4f8dfae5aa58fc6ddc9e75f82877f5e23d69de24 authored 11 months ago
Bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 (#3172)

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

github.com/redis/redis-py - 0a0321523078ee514801a47bd83b7fe5a5ba198e authored 11 months ago
Remove redundant async-timeout dependency in modern Python (#3177)

https://github.com/redis/redis-py/issues/3174

github.com/redis/redis-py - 22957070f72615bae090a6550143a1f091efdae1 authored 11 months ago
Fix conversion of numbers in lua args to redis args (#13115)

Since lua_Number is not explicitly an integer or a double, we need to
make an effort
to conver...

github.com/redis/redis - 5fdaa53d20c82c99042e79b737fb9bc157a73d60 authored 11 months ago
Merge pull request #492 from erdemtuna/improve-readme

feat: improve client instantiation examples

github.com/redis/rueidis - b08dc62ed45c49f607e44d3af5f9bfc4e92fe21f authored 11 months ago
refactor: move the section toward bottom

github.com/redis/rueidis - c0212541b4c87266df88ee3d335c7d01cd292916 authored 11 months ago
feat: improve client instantiation examples

github.com/redis/rueidis - aed831709d1999ebfb3c5b34a53be097361307ac authored 11 months ago
Change crc16 slot table to be fixed size character array instead of pointer to strings (#13112)

Update the crc16 hash lookup table to use fixed size character arrays instead of pointers
to s...

github.com/redis/redis - 4979cf02ff83e90ced80db5111452a4c3e082c3a authored 11 months ago
Merge pull request #491 from qi-hua/main

feat: add redis-cell command CL.THROTTLE

github.com/redis/rueidis - d83782cdedc8013ebb5b30d989e4200cfa011e44 authored 11 months ago
Add Lua os library section (#2671)

in redis/redis#12971 we expose a new Lua os api os.clock().

github.com/redis/redis-doc - 7f18c04120c944ed4bea58aed17c1612783ca259 authored 11 months ago
Document CLIENT KILL MAXAGE filter (#2666)

github.com/redis/redis-doc - 9d4eadf0167950726a43dc5433cc2cb6e023446e authored 11 months ago
Document XINFO STREAM FULL (#2669)

Document all the information returned by XINFO STREAM FULL.

Also, document the behavioral cha...

github.com/redis/redis-doc - 2dd99c461cc01e8571e56d93a7bfccd8c855dd73 authored 11 months ago
Add Hashes pipeline commands unit tests (#3288)

github.com/redis/jedis - dea371d9cc45b676199d64a5c3d3d54b3efd9749 authored 11 months ago
Add unit tests for pipelining - migrate and db commands (#3759)

* Add unit tests for pipelining

* Rename test class according to convention

---------

C...

github.com/redis/jedis - ea76b84d1dfd5eada31468e166be1f47f93b86f7 authored 11 months ago
Support the MAXAGE option for CLIENT KILL (#3754)

* Support the MAXAGE option for CLIENT KILL

Starting with Redis 7.6, the CLIENT KILL command ...

github.com/redis/jedis - 3dd2dd29e0480dbc7c0846928553fc17ab9115ea authored 11 months ago
add redis-cell command CL.THROTTLE

github.com/redis/rueidis - 91a8bb60d36f18c21a9ae98fc6e0b4f123a4102d authored 11 months ago
Fix lock error (#3176)

github.com/redis/redis-py - 9ad1546c06bb7321e7e19bbb9c8dd758343c0390 authored 11 months ago
Fix the rendering of the RESP documentation for the INFO command (#2676)

github.com/redis/redis-doc - c4a2ea11376ced4058db1257d5e24375b9c55979 authored 11 months ago
Apply title to raw link (#2678)

A link to *hash tags* in the cluster spec

github.com/redis/redis-doc - 45029753c2c2ace0e19bacd507825cd820d59730 authored 11 months ago
Bugfix-install redis broken link (#2680)

github.com/redis/redis-doc - 00f9306b6d8b4062ccf78cf9d642e61cb2e5d0a5 authored 11 months ago
Fix AggregationRequest Builder (#259)

* change aggregationRequest builder

* add args to SearchArgs

* check issue 230

* use Se...

github.com/redis/NRedisStack - ee56859e6fb4bef9e623386436172f2f81cd44ee authored 11 months ago
Update KEYS and SCAN page about pattern with hash tag (#2610)

The optimization done in redis/redis#12754.

github.com/redis/redis-doc - a1e94d906282d8e601acc80d64317f16b9e274c0 authored 11 months ago
Add support for blocking XREAD and XREADGROUP (#256)

* Add support for blocking XREAD and XREADGROUP

Issues #237 and #255.

* Extend unit test c...

github.com/redis/NRedisStack - 5f8b0b0152ca97bb71f0259b89bb4637db990029 authored 11 months ago
Test binary package in CI (#252)

Issue #195

In the integration workflows, publish the binary package into a local
Nuget sourc...

github.com/redis/NRedisStack - 4e2137757f408c05493af5751984a36a692b65b1 authored 11 months ago
Async blocking commands (#257)

* Add support for blocking XREAD and XREADGROUP

Issues #237 and #255.

* Extend unit test c...

github.com/redis/NRedisStack - 29b4c616c075625cca7a78a31fd9696c0a2f3c1b authored 11 months ago
Change RE image to public RE image (#2935)

github.com/redis/go-redis - 65c527c39c63cf88de514cb2759d704040795909 authored 11 months ago
Stop connection fetching before sync/exec (#3756)

in multi cluster failover mode

github.com/redis/jedis - 25acc8d5b1519d1404fd04b094638a794a054caf authored 11 months ago
feat: bump v1.0.32

github.com/redis/rueidis - 0893abb24c6b85aab24c07de7faac7f316b8f562 authored 11 months ago
Update object-encoding doc to mention all the encodings (#2677)

github.com/redis/redis-doc - 66da565f9da37eec69ccf8d8fe18314b703568e7 authored 11 months ago
Check user's oom_score_adj write permission for oom-score-adj test (#13111)

`CONFIG SET oom-score-adj handles configuration failures` test failed in
some CI jobs today.
F...

github.com/redis/redis - 9738ba9841e01ec3c7dde1618f295105b90f79c9 authored 11 months ago
Switch to public Redis Enterprise for CI (#261)

Don't use private Docker images, to avoid the need of Docker credentials
as secrets. Such secre...

github.com/redis/NRedisStack - 3398a8c9ef8571e711f9039edc9896422af42d3c authored 11 months ago
Fix PONG message processing for primary-ship tracking during failovers (#13055)

This commit updates the processing of PONG gossip messages in the
cluster. When a node (B) beco...

github.com/redis/redis - 28976a9003c6dd5cdd7225c5bc90743b4fcde13c authored 11 months ago
release: version 0.8.9 - Spring 3.2.3 - other deps updates

github.com/redis/redis-om-spring - d3c14a6e068386230b325dcfde34ea6b84bed598 authored 11 months ago
refactor: ignore explicit ':' terminator in entity prefixes (resolves gh-386)

-m

github.com/redis/redis-om-spring - 8dcaded969316ac72e8b6d62461a022bdecaefdc authored 11 months ago
fix: prevent double escaping on searchable text fields when using .containing (resolves gh-373)

github.com/redis/redis-om-spring - db043abd92b37e8522e7731c82a346d9c215c1bc authored 11 months ago
test: tests for QBE with findAll by Id with and without Metamodel usage

github.com/redis/redis-om-spring - e477ee9384cb1f41b7631d8415304e2360655c2a authored 11 months ago
fix: prevent multiple queries on close when mapping/aggregating (resolved gh-372)

github.com/redis/redis-om-spring - 7def317843be3e19aab3b157aed62310effa54b5 authored 11 months ago
Implement defragmentation for pubsub kvstore (#13058)

After #13013

### This PR make effort to defrag the pubsub kvstore in the following
ways:

...

github.com/redis/redis - ad127303338f21a29ba7f11b51f076edc29655d3 authored 11 months ago
Call finalizerProc when free the aeTimeEvent in ae (#13101)

Supplement to #6189, we also need to call finalizerProc.
This is a minor cleanup, no one curren...

github.com/redis/redis - 33ea432585fa3d7ca3da1de98b64e7267110ad4b authored 11 months ago
Merge pull request #473 from unknowntpo/refactor-add-baseCmd

Refactor: add baseCmd to go-redis adaptor commands

github.com/redis/rueidis - bdddcdb82e216200baf5251b265ca9005b36ad97 authored 11 months ago
Fix reply schemas validator build issue due to new regular expression (#13103)

The new regular expression break the validator:
```
In file included from commands.c:10:
comm...

github.com/redis/redis - df75153d79a83e53d71c9cd08e5863b73fe97914 authored 11 months ago
redis-cli fixes around help hints version filtering (#13097)

- In removeUnsupportedArgs, trying to access the next item after the
last one and causing an ou...

github.com/redis/redis - a50bbcb6566f76da3da32c18afd66cb674bbbc83 authored 11 months ago
Merge pull request #485 from jhq0113/main

add IsBusyGroup() to rueidis.RedisError

github.com/redis/rueidis - 7ef4762460b9282c335a4b39b1f1e4da5f928fa9 authored 11 months ago
feat: add baseCmd

There are some Commands that can't use baseCmd due to incompatible method
signature for (*Comman...

github.com/redis/rueidis - cbed500a5dba85c8dcc417ae03e45f2af7d1db5a authored 11 months ago
Add WATCH metrics (#2665)

---------

Co-authored-by: Oran Agra <[email protected]>

github.com/redis/redis-doc - 9e1530946c25b2e380aaf8780d1b1f08c2f12525 authored 11 months ago
Allow by/get of sort(ro) in cluster mode. (#2611)

github.com/redis/redis-doc - ee795e452d3053d4abbc3872c7a114fab9754264 authored 11 months ago
Add novalues option to HSCAN. (#2612)

Doc of redis/redis#12765.

---------

Co-authored-by: Oran Agra <[email protected]>

github.com/redis/redis-doc - 438e8b11f391275d8030ad0f918fd3821bdda9e0 authored 11 months ago
Merge branch 'redis:main' into main

github.com/redis/rueidis - c9e6d069b4ea636b5256c9763bfe9ce894c33b50 authored 11 months ago
add rueidis.IsRedisBusyGroup() and test to rueidis

github.com/redis/rueidis - ed218bd46b7cea4948cb118492fee60f376ee5c0 authored 11 months ago
Add overhead metrics to info and memory stats. (#2674)

The corresponding doc PR of https://github.com/redis/redis/pull/12913
---------

Co-authored-...

github.com/redis/redis-doc - aebf9fb3e4ee7258a276c1c670f6132efb561143 authored 11 months ago
Add overhead of all DBs and rehashing dict count to info. (#12913)

Sometimes we need to make fast judgement about why Redis is suddenly
taking more memory. One of...

github.com/redis/redis - 4cae99e785ee3302adc37144f07f737b9b7bfc7d authored 11 months ago
add IsBusyGroup() to rueidis.RedisError

github.com/redis/rueidis - abd8162f9a11af22c1fbd741d444d53732141084 authored 11 months ago
Merge pull request #484 from redis/fix-graph-constraint-builders

feat: GRAPH.CONSTRAINT CREATE builder

github.com/redis/rueidis - ded68526ef144f5fcba99536c6fa77e63a742989 authored 11 months ago
Reduce the log level of validateObject to WARN (#3750)

- Reduce the log level of `JedisFactory#validateObject` to `WARN`
- Reduce the log level of `Co...

github.com/redis/jedis - 3dfa82d4432d2ed8442f66d5416e0269fd9de4f3 authored 11 months ago
Version 5.1.0b4 (#3166)

github.com/redis/redis-py - 9df2225ba6309d50742959328958755210d757bd authored 11 months ago
Fix bug: client side caching causes unexpected disconnections (async version) (#3165)

* fix disconnects

* skip test in cluster

* add test

* save return value from handle_pus...

github.com/redis/redis-py - 26ab964ec18ec255672abaec90de439705151b5c authored 11 months ago
Fix propagation of entries_read by calling streamPropagateGroupID unconditionally (#12898)

In XREADGROUP ACK, because streamPropagateXCLAIM does not propagate
entries-read, entries-read ...

github.com/redis/redis - f17381a38d78f75e228d00972115b31d9a1d0b2e authored 11 months ago
freeDictIfNeeded when kvstoreEmpty (#13098)

just like `kvstoreDictDelete`, we need check `freeDictIfNeeded` when
`kvstoreEmpty`.

github.com/redis/redis - cc9fbd270e6a845289aee475d84b2a2711e8d6aa authored 11 months ago
Polish #3741 (#3746)

Add HSCAN NOVALUES in pipelines and transactions

github.com/redis/jedis - ab6f0581323adf9ef7e0ca1c9f55c03b3c90eb00 authored 11 months ago
fix: GRAPH.CONSTRAINT CREATE builder

github.com/redis/rueidis - 544ec4bebcac70926ec5c84bf7a3006f01797e0a authored 11 months ago
SCRIPT FLUSH run truly async, close lua interpreter in bio (#13087)

Even if we have SCRIPT FLUSH ASYNC now, when there are a lot of
lua scripts, SCRIPT FLUSH ASYNC...

github.com/redis/redis - a7abc2f067f9ad124124b5a80cc106fc24c60a85 authored 11 months ago
Add librdb tool and c-library (#2675)

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

github.com/redis/redis-doc - 20ed0317b4739c8034998ea2f5bb622fe33d6fb6 authored 11 months ago
Fix bug: client side caching causes unexpected disconnections (#3160)

* fix disconnects

* skip test in cluster

---------

Co-authored-by: Chayim <chayim@users...

github.com/redis/redis-py - c573bc4ab61d0d57726f872fdfca31962d44b534 authored 11 months ago
Fix redis-cli --count (for --scan, --bigkeys, etc) was ignored unless --pattern was also used (#13092)

The --count option for redis-cli has been released in redis 7.2.
https://github.com/redis/redis...

github.com/redis/redis - 763827c98144fa83b4fc50eb4cae7ec4d63e7925 authored 11 months ago
Add support for the NOVALUES option of HSCAN (#3741)

Issue #3730

The NOVALUES option makes HSCAN return only the keys, without their
associated v...

github.com/redis/jedis - f64dbb4f66bec271923d3591f8c46ec106abdeb7 authored 11 months ago
Optimize DEL on expired keys (#13080)

If we call `DEL` on expired keys, keys may be deleted in
`expireIfNeeded` and we don't need to ...

github.com/redis/redis - 0a12f380e8999dd01c2f30993c9522d4b8606f09 authored 11 months ago
Fix size stat in malloc(0) and cleanups around zmalloc file (#13068)

In #8554, we added a MALLOC_MIN_SIZE to use a minimum allocation
size when using malloc(0). How...

github.com/redis/redis - 104b2076027fd5b0adb5742a9a2930afe180e412 authored 11 months ago
Merge pull request #480 from redis/fix-subpkg-ci

ci: run tests of sub go.mod on circleci

github.com/redis/rueidis - 16d5f135a57f14205bab0850108c86e10913f56c authored 11 months ago
ci: run tests of sub go.mod on circleci

github.com/redis/rueidis - c346ca1e5a8e3a8103705bfd5b28da0d661e9cde authored 11 months ago
Testing against Redis Enterprise in CI (#229)

* NRedisStack Enterprise Test

* enters

* try to change the image

* update the image as ...

github.com/redis/NRedisStack - 2ec5430a22a20f139b88e4840c9819b981084827 authored 11 months ago