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
github.com/redis/redis-rb - f0abed34c5252e3e08f20f394756fd3f13256620 authored 12 months ago
github.com/redis/rueidis - 9adddbceea03780e84bb6a31ad96543eefbdfbe5 authored 12 months ago
github.com/redis/redis-rb - d53b68c757f20eae8413f2f7ba524d28fb312077 authored 12 months ago
github.com/redis/redis-doc - 578a29db40c8935343a97b92905c97293b4b249a authored 12 months ago
github.com/redis/rueidis - 7576c303feb15b8445677ff1dd15824a783bd00a authored 12 months ago
After fix for #13033, address sanitizer reports this heap-use-after-free
error. When the pubsub...
The reason is the same as #13016. The reason is that in #12819,
in cron, in addition to trying ...
Fix #12864
The main reason for this crash is that when replacing a element of a
quicklist pa...
This commit addresses a problem in connSocketBlockingConnect where
different types of connectio...
After #12822, when pubsubshard_channels became empty, kvstoreDictDelete
will delete the dict (w...
Currently, once active defrag starts, we can not adjust
active_defrag_running
downwards. This ...
Since now a DB in cluster mode is divided into 16384 dicts, here
we directly check kvstoreDictS...
When the dict is NULL, we also need to push resize_cursor, otherwise it
will keep doing useless...
# Description
Gather most of the scattered `redisDb`-related code from the per-slot
dict PR (#...
When db->expires_cursor==0, it means the DB is done the scanning,
we should exit the loop to av...
The `get_message()` method in asyncio PubSub has a `timeout` argument that defaults to 0.0, caus...
github.com/redis/redis-py - 6240ea1e46bf5c8d79862c5eac30d48ff1f9a62e authored 12 months ago* Allow to control the minimum SSL version
It's useful for applications that has strict secur...
github.com/redis/redis-py - 7df57e5a32ad44446c1209ed7b8a38e996036354 authored 12 months ago* Run dotnet format on existing code
* Streamline CI jobs
Add net8.0 as target framework.
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Relea...
Bumps [actions/stale](https://github.com/actions/stale) from 3 to 9.
- [Release notes](https://...
Signed-off-by: zach.lee <[email protected]>
github.com/redis/redis-py - 2f88840383453d713859244b8206d7f942c3bcc4 authored 12 months agoThe JSON file lacks the following structural API changes:
- GEORADIUSBYMEMBER: add the ANY op...
github.com/redis/redis - 02a87885e64c4f911aaefc04b2099cfb780ef720 authored 12 months ago
Currently, We compute `db->avg_ttl` after each short `dbScan` sweep (a
few buckets without chec...
github.com/redis/rueidis - dd8496320044e83d74b3b0950e9a7fca34da54ad authored 12 months ago
github.com/redis/rueidis - 8a58668be1dd0f941dac88bb6a1d4a53f434fb5a authored 12 months ago
github.com/redis/rueidis - 0bee39642684e68bc18047f6e97a9a3c2c49fb78 authored 12 months ago
github.com/redis/rueidis - e0b7b938f24061e30d9f4bc40e124bf7e7489fa3 authored 12 months ago
github.com/redis/rueidis - 8998f6c3e63534c578208a722ae428fb02d5a3a7 authored 12 months ago
github.com/redis/rueidis - 7e3ae9a15ca12cd8599e32e04c096a678d548b04 authored 12 months ago
github.com/redis/rueidis - 9fdf3e52a85c2f15531bc7a385f1cf68e52cf806 authored 12 months ago
github.com/redis/rueidis - 7016a40d3b774e15a60c84c1ee46b12ddee6f968 authored 12 months ago
In Redis, rdb is produced in three scenarios mainly.
- backup, such as `bgsave` and `save` co...
github.com/redis/redis - 62153b3b2fdd96086c0eaa1735793b2ef8bb311c authored 12 months ago* Create install-on-aws
* adding description for RedisInsight on Docker
* Update configura...
github.com/redis/redis-doc - 6895f84525858aafd0bd76ef35eafd28a01b89e4 authored 12 months agogithub.com/redis/hiredis - ab30060a6ed10aca62d8efe9f96c2b7ec05e70f6 authored 12 months ago
Currently, Redis DEBUG PROTOCOL 'attrib' command will return an
attribute type, but hiredis does...
Ci report this failure:
```
*** [err]: Don't rehash if used memory exceeds maxmemory after reh...
When we use a timer to unblock a client in module, if the timer
period and the block timeout ar...
The block timeout is passed in the test case, but we do not pass
in the timeout_callback, and i...
Add PEXPIRETIME
github.com/redis/redis-rb - cd88550c5fb4d73c96f6499eb86d309209790ead authored 12 months agoedit expiretime's descriptions
github.com/redis/redis-rb - 1e52c1145954a0ed8554a8f8788b3c726e4f8d72 authored 12 months ago
When redisLibuvAttach receives error from call to
uv_poll_init_socket there is a memory leaked p...
Add a way to HSCAN a hash key, and get only the filed names.
Command syntax is now:
```
HSCAN...
Adds an ability to kill clients older than a specified age.
Also, fixed the age calculation i...
github.com/redis/redis - 24f6d08b3f2d9de06fabdab980a06d62229a2b2f authored 12 months ago
tests consistently fail on timeout (sleep that's too short).
it now takes more time because in ...
This was introduced in #13004, missing this assignment.
It causes timeout to be a random value ...
This allows specifying the timeout value for opening the TCP
connection to a server. The timeou...
Add EXPIRETIME
github.com/redis/redis-rb - a51d50c6f56b32403c3fd3fcea513581e7f26616 authored 12 months agomake rubocop happy is my only desire
github.com/redis/redis-rb - 2e693be8d391c3ae376ff9559507aab1f1071112 authored 12 months ago
In #11012, we will reprocess command when client is unblocked on keys,
in some blocking command...
`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recomme...
github.com/redis/redis-om-spring - f5e6c1d0d45dc702b3043b4aff89d6a2c7313c50 authored 12 months ago
The function `tryResizeHashTables` only attempts to shrink the dicts
that has keys (change from...
Modules may want to handle allocation failures gracefully. Adding
RM_TryCalloc() and RM_TryReal...
github.com/redis/rueidis - a171bb750de6f4ddec6c94198bf95ec834dbedee authored 12 months ago
We have not limited the value of maxmemory-samples in the past, it can
be set very large. If it...
Add explains about "client_query_buffer_limit_disconnections" and
"client_output_buffer_limit_d...
feat: add `JSONCmdable` to rueidiscompat
github.com/redis/rueidis - ffeb7c7a7bb442ed0807ea16a5f480a961b975bf authored 12 months agogithub.com/redis/rueidis - 92c36fafe46437352aa9cf7dd931c87a33ca6161 authored 12 months ago
github.com/redis/rueidis - 7faf9f76c228ad968bcaabf61d08bf7acb404607 authored 12 months ago
github.com/redis/rueidis - 91cb8211624f08723baaf1cb5589b9b9db2b7695 authored 12 months ago
github.com/redis/rueidis - 0c303636228fd1b91ef33efc3b9391e4aa5e629b authored 12 months ago
github.com/redis/redis-doc - 44a5a0f7c64be18ca9435d91a7797e2ccfe69997 authored 12 months ago
fix: rueidislock deadlock caused by the absence of peers
github.com/redis/rueidis - 1c5919cb90ed786a080acad5102966a9fb049a1a authored 12 months agogithub.com/redis/rueidis - 8d19ea15b0df47f0df8ef1247302396dab330432 authored 12 months ago
github.com/redis/rueidis - a7b4c1ca5c8e62ecfa6680271cfc4ad1c6b298ac authored 12 months ago
github.com/redis/rueidis - 627192ef0e6e65a8c2ee3c2ae5b8ad405ba0a108 authored 12 months ago
#### Problem Statement:
For any read/update operation during rehashing, we're doing ~10+ random...
The question is introduced in #12799 , the script cannot find the
correct src and deps director...
Should get connection first and then create new pipeline queue, otherwise it would cause NPE whe...
github.com/redis/jedis - 64b5aac03bc26a1278796718a49c264d0005164f authored 12 months agogithub.com/redis/rueidis - 3df98dd12012a5a19f1162295982f0b7800d2736 authored 12 months ago
github.com/redis/rueidis - 33e9233955925a4e66fe2d8613443c4ca95ef5df authored 12 months ago
github.com/redis/rueidis - c0ce6983ba500141f37d5c69a4d03aa7262b0d37 authored 12 months ago
Code incorrectly set the limit value to 1024MB.
Introduced in #12961.
Fix #9926 , and introduce an alternative method to prevent abuse of
transactions:
1. revert ...
github.com/redis/redis - 85a834bfa2a31cd7c5754fe1611cf059657c0fb4 authored almost 1 year agoAdd go.mod for rueidisaside and om packages
github.com/redis/rueidis - e869b8bd2e3f3671307cc117a39f61d3ac54ae64 authored almost 1 year agogithub.com/redis/rueidis - d26b0eb1796b5e85ace34f3e93133f1ecfceeb42 authored about 1 year ago
github.com/redis/rueidis - c58f62549a2f9015ad310d790c50f6d9c6133b71 authored about 1 year ago
In the following case sender may be unknown, so we need to set up a
NULL check for sender:
```...
github.com/redis/rueidis - 549f23f9ec0a4eaf2a717e7a703c6a17c49f22f2 authored about 1 year ago
We have test cases for incr related commands with no key exist and
spaces in key and wrong type...
In #11568 we removed the NOSCRIPT flag from commands, e.g. removing
NOSCRIPT flag from WAIT. Ai...
This PR did some cleanups around function:
- drop the comment about Libraries Ctx, since we do ...
Co-authored-by: ahmedabdou14 <root@xps>
github.com/redis/redis-py - 1a7d474268fe7072686369adc20aa498d63f063e authored about 1 year ago* chore: update OpenTelemetry and Uptrace to the latest version
* chore: remove Go 1.19.x bui...
github.com/redis/go-redis - 2512123b7686dca1f7f0208eaada6cdf3ef0189c authored about 1 year agoseems that we forgot to update the array in redis-check rdb.
github.com/redis/redis - f9a0eb60f7bde2c2ef561afa36c1004bf7f41b93 authored about 1 year ago
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
<details>
<summary>Releas...
Currently slowlog gets disabled if slowlog-log-slower-than is set to less than zero. I think we ...
github.com/redis/redis - 2bce71b5ff98766a3dd64c36af8f3c1bdb54670b authored about 1 year agoThere have been occasional instances of memory corruption (though code bugs or bit flips) leadin...
github.com/redis/redis - e12f2decc1cf7742878d516d89d38af178119b17 authored about 1 year agoBump actions/cache from 3 to 4
github.com/redis/redis-rb - e16cab83cfa7cada4160764200db325c546d6798 authored about 1 year ago
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://g...
github.com/redis/rueidis - eb3729bc5d7d38d75572a71f351b51b0d04b3d9a authored about 1 year ago
github.com/redis/redis-doc - 68992d7653d34ac83969339c774cf1922143897b authored about 1 year ago
background: some modules need to know the `dbid` information, such as
the function used during ...
The NuGet hiredis.target packaging description file is of no use on
systems that are not using N...
* Update macOS to brew install [email protected]
* Switch freeBSD runner to v1 and switch from running i...
github.com/redis/redis-py - 70e2a1321019a4df873230ac64f11f1215198624 authored about 1 year ago
refactor: move rueidisotel dependencies
github.com/redis/rueidis - 625e68ad6546bfe773ceadc6d3559f3eebdf8b0f authored about 1 year agogithub.com/redis/rueidis - fe44a79456aa6052c3c3532cc9df6c95f4da76c9 authored about 1 year ago
github.com/redis/rueidis - 21dfc788f18aafedb5d57d08faebbc685da8beb5 authored about 1 year ago
In #12838, we misuse the safe iterator of the client dict, so we can't
catch the synchronous re...
Before this change (most recently modified in
https://github.com/redis/redis/pull/12850#discuss...