testing-nestjs
testing-nestjs copied to clipboard
chore(deps): bump redis from 3.1.2 to 4.6.5
Bumps redis from 3.1.2 to 4.6.5.
Release notes
Sourced from redis's releases.
[email protected]
Enhancements
- upgrade
@redis/clientfrom1.5.5to1.5.6- upgrade
@redis/searchfrom1.1.1to1.1.2[email protected]
Enhancements
- upgrade
@redis/clientfrom1.5.4to1.5.5[email protected]
Enhancements
- upgrade
@redis/clientfrom1.5.3to1.5.4[email protected]
Enhancements
- upgrade
@redis/clientfrom1.5.2to1.5.3[email protected]
Enhancements
- upgrade
@redis/clientfrom1.5.0to1.5.2[email protected]
Enhancements
- upgrade
@redis/clientfrom1.4.2to1.5.0- upgrade
@redis/bloomfrom1.1.0to1.2.0- upgrade
@redis/searchfrom1.1.0to1.1.1[email protected]
Enhancements
- upgrade
@redis/client[email protected]
Enhancements
- upgrade
@redis/client- upgrade
@redis/time-series[email protected]
Enhancements
- #2285-Add-example-scripts-hyperloglog - Added hyperloglog examples to… by
@ade1705in redis/node-redis#2289- #2287 Add example scripts showing pub/sub usage. by
@con-markin redis/node-redis#2288- Connecting to cluster example by
@varadkarpein redis/node-redis#2298- Adds transaction with watched key example script. by
@sailingwithsandeepin redis/node-redis#2297- Fixes typo Redis Search -> RediSearch by
@simonprickettin redis/node-redis#2278- Fixed redis -> Redis in a couple places. by
@simonprickettin redis/node-redis#2279- Update search-json.js by
@leibalein redis/node-redis#2317- test with node 19 instead of 17 by
@leibalein redis/node-redis#2316- disconnect in basic example by
@reviewherin redis/node-redis#2235- upgrade
@redis/client- upgrade
@redis/bloom- upgrade
@redis/graph
... (truncated)
Changelog
Sourced from redis's changelog.
Changelog
v4.0.2 - 13 Jan, 2022
Fixes
- Fix v4 commands in legacy mode (#1820)
- Fix
EXISTScommand 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
Buffers- Enhance
ASKandMOVEDerrors handlerv4.0.1 - 13 Dec, 2021
Fixes
- Fix
NOAUTHerror when using authentication & database (#1681)- Allow to
.quit()in PubSub mode (#1766)- Add an option to configurate
nameon a client (#1758)- Lowercase commands (
client.hset) inlegacyMode- Fix PubSub resubscribe (#1764)
- Fix
RedisSocketOptionstype (#1741)Enhancements
- Add support for
numbers andBuffers inHSET(#1738 #1739)- Export
RedisClientType,RedisClusterTypeand some more types (#1673)- First release of
@node-redis/time-seriesv4.0.0 - 24 Nov, 2021
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
createClienttakes new and different arguments- The
prefix,rename_commandsconfiguration options tocreateClienthave been removed- The
enable_offline_queueconfiguration 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()directlyFeatures
- Added support for Promises
... (truncated)
Commits
ca1d04fRelease [email protected]4745faeugprade subpackagesf756d9aRelease [email protected]f0794ecRelease [email protected]4937efcupgrade dependencies (#2426)e95b258fix #2419 - fix RESP2 array decoder in edge cases (#2424)63e5228fix #2411 - export RedisFlushModes (#2425)26e057efix FT.SEARCH RETURN [] (#2421)0f28dadExecute empty MULTI (#2423)1be8422Remove redundant UNF sub-option in JSON example (#2418)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)