-
Notifications
You must be signed in to change notification settings - Fork 7
Update dependency redis to v5 #1783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/redis-5.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
da3e2fa to
aa7350f
Compare
aa7350f to
7579566
Compare
7579566 to
05d25d2
Compare
05d25d2 to
96c9888
Compare
96c9888 to
3eb0cd2
Compare
3eb0cd2 to
4352edb
Compare
4352edb to
b371466
Compare
b371466 to
57c73ad
Compare
57c73ad to
0eabda2
Compare
0eabda2 to
1275a9e
Compare
1275a9e to
4af4d2a
Compare
4af4d2a to
dba538a
Compare
a8acf12 to
e5aee9e
Compare
b7364ed to
2aa2d3a
Compare
2aa2d3a to
a49f1a1
Compare
a49f1a1 to
3863a41
Compare
3863a41 to
de9c475
Compare
de9c475 to
788dbaa
Compare
788dbaa to
9194426
Compare
428dda0 to
1c06fd6
Compare
1c06fd6 to
26604ce
Compare
26604ce to
7dc0f1a
Compare
7dc0f1a to
a4bd85d
Compare
a4bd85d to
d71aa81
Compare
d71aa81 to
c49560a
Compare
c49560a to
7bf0540
Compare
7bf0540 to
2cb2db4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.1.1→^5.0.0^4.7.1→^5.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
redis/node-redis (redis)
v5.10.0Compare Source
Changes
🚀 New Features
🧪 Experimental Features
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.10.0
v5.9.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.9.0
v5.8.3Compare Source
What's Changed
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.8.3
v5.8.2Compare Source
What's Changed
ErrorReplystack by @dxg in #3050New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.8.2
v5.8.1Compare Source
What's Changed
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.8.1
v5.8.0Compare Source
v5.7.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.7.0
v5.6.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.6.1
v5.6.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.6.0
v5.5.6Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.5.6
v5.5.5Compare Source
v5.1.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.1.1
v5.1.0Compare Source
What's Changed
cluster.sUnsubscribe- makelisteneroptional by @Clsan in #2946New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.1.0
v5.0.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.0.1
v5.0.0Compare Source
Redis Node.js Client Release Notes
🚀 New Features
🛠️ Improvements
TYPEfield which includes the newly supported integer8 and uinteger8 types by @htemelski in #2911BREAKING CHANGES
Important: Be aware that the query dialect may impact the results returned. If needed, you can revert to a different dialect version by passing an option to the search commands. You can find further details in the query dialect documentation. by @htemelski in #2895
Client Configuration:
keepAliveoption has been split intokeepAlive(boolean) andkeepAliveInitialDelay(number).legacy()method instead of{ legacyMode: true }Command Options:
client.withCommandOptions({ ... }).get('key')instead ofclient.get(client.commandOptions({ ... }), 'key')Connection Management:
client.QUIT/quit()is replaced byclient.close()client.disconnect()has been renamed toclient.destroy()Scan Iterators:
for await (const keys of client.scanIterator()) { ... }returns arrays of keysIsolation Pool:
RedisClientPoolfor better separation of concernsCluster Multi:
cluster.multi().addCommand()now requiresisReadonlyparameter for replica execution supportBoolean to Number Types:
API Changes:
RedisFlushModes→REDIS_FLUSH_MODES)Full migration details: https://github.com/redis/node-redis/blob/master/docs/v4-to-v5.md
New Contributors
v4.7.1Compare Source
v4.7.0Compare Source
Enhancements
@redis/clientfrom1.5.16to1.6.0@redis/jsonfrom1.0.6to1.0.7@redis/searchfrom1.1.6to1.2.0@redis/time-seriesfrom1.0.5to1.1.0v4.6.15Compare Source
Enhancements
@redis/clientfrom1.5.16to1.5.17v4.6.14Compare Source
Enhancements
@redis/clientfrom1.5.14to1.5.16v4.6.13Compare Source
Enhancements
@redis/clientfrom1.5.13to1.5.14v4.6.12Compare Source
Enhancements
@redis/clientfrom1.5.12to1.5.13v4.6.11Compare Source
Enhancements
@redis/clientfrom1.5.11to1.5.12@redis/graphfrom1.1.0to1.1.1@redis/jsonfrom1.1.5to1.1.6v4.6.10Compare Source
Fixes
@redis/clientfrom1.5.9to1.5.10@redis/searchfrom1.1.3to1.1.4@redis/jsonfrom1.0.4to1.0.5v4.6.9Compare Source
Enhancements
@redis/clientfrom1.5.9to1.5.10@redis/searchfrom1.1.3to1.1.4@redis/jsonfrom1.0.4to1.0.5v4.6.8Compare Source
Enhancements
@redis/clientfrom1.5.8to1.5.9@redis/time-seriesfrom1.0.4to1.0.5v4.6.7Compare Source
Enhancements
@redis/clientfrom1.5.7to1.5.8@redis/searchfrom1.1.2to1.1.3v4.6.6Compare Source
Enhancements
@redis/clientfrom1.5.6to1.5.7v4.6.5Compare Source
Enhancements
@redis/clientfrom1.5.5to1.5.6v4.6.4Compare Source
Enhancements
@redis/clientfrom1.5.4to1.5.5v4.6.3Compare Source
Enhancements
@redis/clientfrom1.5.3to1.5.4v4.6.2Compare Source
Enhancements
@redis/clientfrom1.5.2to1.5.3v4.6.1Compare Source
Enhancements
@redis/clientfrom1.5.0to1.5.2v4.6.0Compare Source
Enhancements
@redis/clientfrom1.4.2to1.5.0@redis/bloomfrom1.1.0to1.2.0@redis/searchfrom1.1.0to1.1.1v4.5.1Compare Source
Enhancements
@redis/clientv4.5.0Compare Source
Enhancements
@redis/client@redis/time-seriesv4.4.0Compare Source
Enhancements
@redis/client@redis/bloom@redis/graphv4.3.1Compare Source
Enhancements
@redis/jsonv4.3.0Compare Source
Enhancements
@redis/client@redis/searchv4.2.0Compare Source
Enhancements
@redis/clientv4.1.1Compare Source
Enhancements
@redis/clientv4.1.0Compare Source
Enhancements
@redis/bloom@redis/client@redis/graph@redis/json@redis/search@redis/time-seriesv4.0.6Compare Source
@node-redis/client@node-redis/searchv4.0.5Compare Source
v4.0.4Compare Source
@node-redis/client@node-redis/search@node-redis/time-seriesv4.0.3Compare Source
@node-redis/graph@node-redis/[email protected]v4.0.2Compare Source
Fixes
EXISTScommand reply (#1819)Enhancements
@node-redis/bloomBuffersASKandMOVEDerrors handlerv4.0.1Compare Source
Fixes
NOAUTHerror when using authentication & database (#1681).quit()in PubSub mode (#1766)nameon a client (#1758)client.hset) inlegacyModeRedisSocketOptionstype (#1741)Enhancements
numbers andBuffers inHSET(#1738 #1739)RedisClientType,RedisClusterTypeand some more types (#1673)@node-redis/time-seriesv4.0.0Compare Source
This version is a major change and refactor, adding modern JavaScript capabilities and multiple breaking changes. See the migration guide for tips on how to upgrade.
Breaking Changes
createClienttakes new and different argumentsprefix,rename_commandsconfiguration options tocreateClienthave been removedenable_offline_queueconfiguration option is removed, executing commands on a closed client (without calling.connect()or after calling.disconnect()) will reject immediately.auth()directlyFeatures
Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.