-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency redis to v5 #24
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Update dependency redis to v5
π¨ Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
615aeb0 to
de3d1fb
Compare
de3d1fb to
336fd8e
Compare
336fd8e to
f788eef
Compare
f788eef to
efbab87
Compare
efbab87 to
8aca31a
Compare
8aca31a to
8feed68
Compare
8feed68 to
8163e57
Compare
This PR contains the following updates:
^4.7.0β^5.0.0Release 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/redis@5.9.0...redis@5.10.0
v5.9.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/redis@5.8.3...redis@5.9.0
v5.8.3Compare Source
What's Changed
Full Changelog: https://github.com/redis/node-redis/compare/redis@5.8.2...redis@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/redis@5.8.1...redis@5.8.2
v5.8.1Compare Source
What's Changed
Full Changelog: https://github.com/redis/node-redis/compare/redis@5.8.0...redis@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/redis@5.6.1...redis@5.7.0
v5.6.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/redis@5.6.0...redis@5.6.1
v5.6.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/redis@5.5.6...redis@5.6.0
v5.5.6Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/redis@5.1.1...redis@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/redis@5.1.0...redis@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/redis@5.0.1...redis@5.1.0
v5.0.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/redis@5.0.0...redis@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
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
This change isβ