-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Comparing changes
Open a pull request
base repository: redis/node-redis
base: redis@5.5.6
head repository: redis/node-redis
compare: redis@5.6.0
- 17 commits
- 79 files changed
- 5 contributors
Commits on Jun 6, 2025
-
fix(client): make unstable cmds throw (#2990)
As per the docs, unstableResp3 commands should throw when client is created with { RESP: 3, unstableResp3: false|undefined } fixes #2989
Configuration menu - View commit details
-
Copy full SHA for 62ac8b7 - Browse repository at this point
Copy the full SHA 62ac8b7View commit details
Commits on Jun 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5d205cf - Browse repository at this point
Copy the full SHA 5d205cfView commit details
Commits on Jun 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2b3140b - Browse repository at this point
Copy the full SHA 2b3140bView commit details -
feat: added support for new bitop operations (#3001)
refactored bitop tests, covered all operations updated default docker version on all packages
Configuration menu - View commit details
-
Copy full SHA for b521777 - Browse repository at this point
Copy the full SHA b521777View commit details
Commits on Jun 24, 2025
-
feat: add support for vector sets (#2998)
* wip * improve the vadd api * resp3 tests * fix some tests * extract json helper functions in client package * use transformJsonReply * remove the CACHEABLE flag for all vector set commands currently, client side caching is not supported for vector set commands by the server * properly transform vinfo result * add resp3 test for vlinks * add more tests for vrandmember * fix vrem return types * fix vsetattr return type * fix vsim_withscores * implement vlinks_withscores * set minimum docker image version to 8 * align return types * add RAW variant for VEMB -> VEMB_RAW * use the new parseCommand api
Configuration menu - View commit details
-
Copy full SHA for c5b4f47 - Browse repository at this point
Copy the full SHA c5b4f47View commit details
Commits on Jun 25, 2025
-
fix(commands): sPopCount return Array<string> (#3006)
Also, touch the tests for spop and spopcount to use the new parseCommand API fixes #3004
Configuration menu - View commit details
-
Copy full SHA for 742d571 - Browse repository at this point
Copy the full SHA 742d571View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f3380b - Browse repository at this point
Copy the full SHA 6f3380bView commit details
Commits on Jul 7, 2025
-
fix(sentinel): propagate RESP option to clients (#3011)
`createSentinel` takes RESP as an option, but does not propagate down to the actual clients. This creates confusion for the users as they expect the option to be set to all clients, which is reasonable. In case of clientSideCaching, this problem manifests as validation failure because clientSideCaching requires RESP3, but if we dont propagate, clients start with the default RESP2 fixes #3010
Configuration menu - View commit details
-
Copy full SHA for 79749f2 - Browse repository at this point
Copy the full SHA 79749f2View commit details -
feat(client): add command timeout option (#3008)
Co-authored-by: Florian Schunk <149071178+florian-schunk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 65a12d5 - Browse repository at this point
Copy the full SHA 65a12d5View commit details
Commits on Jul 8, 2025
-
chore(release): use deploy keys for relese (#3013)
main branch is protected and does not allow direct pushes. the release action needs to push. branch protection rules can be bypassed for people and apps, but not github actions. one of the workarounds is to use a ruleset in which we set a deploy key see: https://github.com/orgs/community/discussions/25305\#discussioncomment-10728028
Configuration menu - View commit details
-
Copy full SHA for d9a6bb3 - Browse repository at this point
Copy the full SHA d9a6bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 748cad2 - Browse repository at this point
Copy the full SHA 748cad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a5f40 - Browse repository at this point
Copy the full SHA b7a5f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for dab595d - Browse repository at this point
Copy the full SHA dab595dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff5c6b3 - Browse repository at this point
Copy the full SHA ff5c6b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6193a7 - Browse repository at this point
Copy the full SHA a6193a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b2466 - Browse repository at this point
Copy the full SHA e5b2466View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d886b8 - Browse repository at this point
Copy the full SHA 4d886b8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff redis@5.5.6...redis@5.6.0