Update dependency redis to v5 #861
Open
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.2
->5.6.0
Release Notes
redis/node-redis (redis)
v5.6.0
Compare 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.6
Compare 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.5
Compare Source
v5.1.1
Compare 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.0
Compare Source
v5.0.1
Compare 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.0
Compare Source
Redis Node.js Client Release Notes
🚀 New Features
🛠️ Improvements
TYPE
field which includes the newly supported integer8 and uinteger8 types by @htemelski in https://github.com/redis/node-redis/pull/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 https://github.com/redis/node-redis/pull/2895
Client Configuration:
keepAlive
option 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:
RedisClientPool
for better separation of concernsCluster Multi:
cluster.multi().addCommand()
now requiresisReadonly
parameter 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.1
Compare Source
v4.7.0
Compare Source
Enhancements
@redis/client
from1.5.16
to1.6.0
@redis/json
from1.0.6
to1.0.7
@redis/search
from1.1.6
to1.2.0
@redis/time-series
from1.0.5
to1.1.0
v4.6.15
Compare Source
Enhancements
@redis/client
from1.5.16
to1.5.17
v4.6.14
Compare Source
Enhancements
@redis/client
from1.5.14
to1.5.16
v4.6.13
Compare Source
Enhancements
@redis/client
from1.5.13
to1.5.14
v4.6.12
Compare Source
Enhancements
@redis/client
from1.5.12
to1.5.13
v4.6.11
Compare Source
Enhancements
@redis/client
from1.5.11
to1.5.12
@redis/graph
from1.1.0
to1.1.1
@redis/json
from1.1.5
to1.1.6
v4.6.10
Compare Source
Fixes
@redis/client
from1.5.9
to1.5.10
@redis/search
from1.1.3
to1.1.4
@redis/json
from1.0.4
to1.0.5
v4.6.9
Compare Source
Enhancements
@redis/client
from1.5.9
to1.5.10
@redis/search
from1.1.3
to1.1.4
@redis/json
from1.0.4
to1.0.5
v4.6.8
Compare Source
Enhancements
@redis/client
from1.5.8
to1.5.9
@redis/time-series
from1.0.4
to1.0.5
v4.6.7
Compare Source
Enhancements
@redis/client
from1.5.7
to1.5.8
@redis/search
from1.1.2
to1.1.3
v4.6.6
Compare Source
Enhancements
@redis/client
from1.5.6
to1.5.7
v4.6.5
Compare Source
Enhancements
@redis/client
from1.5.5
to1.5.6
v4.6.4
Compare Source
Enhancements
@redis/client
from1.5.4
to1.5.5
v4.6.3
Compare Source
Enhancements
@redis/client
from1.5.3
to1.5.4
v4.6.2
Compare Source
Enhancements
@redis/client
from1.5.2
to1.5.3
v4.6.1
Compare Source
Enhancements
@redis/client
from1.5.0
to1.5.2
v4.6.0
Compare Source
Enhancements
@redis/client
from1.4.2
to1.5.0
@redis/bloom
from1.1.0
to1.2.0
@redis/search
from1.1.0
to1.1.1
v4.5.1
Compare Source
Enhancements
@redis/client
v4.5.0
Compare Source
Enhancements
@redis/client
@redis/time-series
v4.4.0
Compare Source
Enhancements
@redis/client
@redis/bloom
@redis/graph
v4.3.1
Compare Source
Enhancements
@redis/json
v4.3.0
Compare Source
Enhancements
@redis/client
@redis/search
v4.2.0
Compare Source
Enhancements
@redis/client
v4.1.1
Compare Source
Enhancements
@redis/client
v4.1.0
Compare Source
Enhancements
@redis/bloom
@redis/client
@redis/graph
@redis/json
@redis/search
@redis/time-series
v4.0.6
Compare Source
@node-redis/client
@node-redis/search
v4.0.5
Compare Source
v4.0.4
Compare Source
@node-redis/client
@node-redis/search
@node-redis/time-series
v4.0.3
Compare Source
@node-redis/graph
@node-redis/client@1.0.3
v4.0.2
Compare Source
Fixes
EXISTS
command reply (#1819)Enhancements
@node-redis/bloom
Buffer
sASK
andMOVED
errors handlerv4.0.1
Compare Source
Fixes
NOAUTH
error when using authentication & database (#1681).quit()
in PubSub mode (#1766)name
on a client (#1758)client.hset
) inlegacyMode
RedisSocketOptions
type (#1741)Enhancements
number
s andBuffer
s inHSET
(#1738 #1739)RedisClientType
,RedisClusterType
and some more types (#1673)@node-redis/time-series
v4.0.0
Compare 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
createClient
takes new and different argumentsprefix
,rename_commands
configuration options tocreateClient
have been removedenable_offline_queue
configuration 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.