Update dependency redis to v4
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
redis | ^3.1.2 -> ^4.0.0 |
Release Notes
redis/node-redis
v4.6.5
Enhancements
- upgrade
@redis/client
from1.5.5
to1.5.6
- upgrade
@redis/search
from1.1.1
to1.1.2
v4.6.4
Enhancements
- upgrade
@redis/client
from1.5.4
to1.5.5
v4.6.3
Enhancements
- upgrade
@redis/client
from1.5.3
to1.5.4
v4.6.2
Enhancements
- upgrade
@redis/client
from1.5.2
to1.5.3
v4.6.1
Enhancements
- upgrade
@redis/client
from1.5.0
to1.5.2
v4.6.0
Enhancements
- upgrade
@redis/client
from1.4.2
to1.5.0
- upgrade
@redis/bloom
from1.1.0
to1.2.0
- upgrade
@redis/search
from1.1.0
to1.1.1
v4.5.1
Enhancements
- upgrade
@redis/client
v4.5.0
Enhancements
- upgrade
@redis/client
- upgrade
@redis/time-series
v4.4.0
Enhancements
- #2285-Add-example-scripts-hyperloglog - Added hyperloglog examples to… by @ade1705 in https://github.com/redis/node-redis/pull/2289
- #2287 Add example scripts showing pub/sub usage. by @con-mark in https://github.com/redis/node-redis/pull/2288
- Connecting to cluster example by @varadkarpe in https://github.com/redis/node-redis/pull/2298
- Adds transaction with watched key example script. by @sailingwithsandeep in https://github.com/redis/node-redis/pull/2297
- Fixes typo Redis Search -> RediSearch by @simonprickett in https://github.com/redis/node-redis/pull/2278
- Fixed redis -> Redis in a couple places. by @simonprickett in https://github.com/redis/node-redis/pull/2279
- Update search-json.js by @leibale in https://github.com/redis/node-redis/pull/2317
- test with node 19 instead of 17 by @leibale in https://github.com/redis/node-redis/pull/2316
- disconnect in basic example by @reviewher in https://github.com/redis/node-redis/pull/2235
- upgrade
@redis/client
- upgrade
@redis/bloom
- upgrade
@redis/graph
v4.3.1
Enhancements
- Upgrade
@redis/json
v4.3.0
Enhancements
- Upgrade
@redis/client
- Upgrade
@redis/search
v4.2.0
Enhancements
- Upgrade
@redis/client
v4.1.1
Enhancements
- Upgrade
@redis/client
v4.1.0
Enhancements
- Upgrade
@redis/bloom
- Upgrade
@redis/client
- Upgrade
@redis/graph
- Upgrade
@redis/json
- Upgrade
@redis/search
- Upgrade
@redis/time-series
v4.0.6
- Upgrade
@node-redis/client
- Upgrade
@node-redis/search
v4.0.5
v4.0.4
- Upgrade
@node-redis/client
- Upgrade
@node-redis/search
- Upgrade
@node-redis/time-series
v4.0.3
- First release with
@node-redis/graph
- Upgrade to
@node-redis/client@1.0.3
v4.0.2
Fixes
- Fix v4 commands in legacy mode (#1820)
- Fix
EXISTS
command reply (#1819) - Fix handler for "redis:invalidate" messages (#1798)
- Fix "SEPARATOR" typo in RediSearch (#1823)
Enhancements
- First release of
@node-redis/bloom
- Add support for
Buffer
s - Enhance
ASK
andMOVED
errors handler
v4.0.1
Fixes
- Fix
NOAUTH
error when using authentication & database (#1681) - Allow to
.quit()
in PubSub mode (#1766) - Add an option to configurate
name
on a client (#1758) - Lowercase commands (
client.hset
) inlegacyMode
- Fix PubSub resubscribe (#1764)
- Fix
RedisSocketOptions
type (#1741)
Enhancements
- Add support for
number
s andBuffer
s inHSET
(#1738 #1739) - Export
RedisClientType
,RedisClusterType
and some more types (#1673) - First release of
@node-redis/time-series
v4.0.0
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
- All functions return Promises by default
- Dropped support for Node.js 10.x, the minimum supported Node.js version is now 12.x
-
createClient
takes new and different arguments - The
prefix
,rename_commands
configuration options tocreateClient
have been removed - The
enable_offline_queue
configuration option is removed, executing commands on a closed client (without calling.connect()
or after calling.disconnect()
) will reject immediately - Login credentials are no longer saved when using
.auth()
directly
Features
- Added support for Promises
- Added built-in TypeScript declaration files enabling code completion
- Added support for clustering
- Added idiomatic arguments and responses to Redis commands
- Added full support for Lua Scripts
- Added support for SCAN iterators
- Added the ability to extend Node Redis with Redis Module commands
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.