-
Notifications
You must be signed in to change notification settings - Fork 6
fix(dependencies): update dependency redis to v4 #488
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: master
Are you sure you want to change the base?
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/whtsky/fulltextrssplz/9sqWo9XfNJXkL5RSdVojCFUrGkFS [Deployment for f917fc1 failed] |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #488 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 9 9
=========================================
Hits 9 9 ☔ View full report in Codecov by Sentry. |
ada203b to
05b42c5
Compare
05b42c5 to
78eb12a
Compare
78eb12a to
642c1eb
Compare
642c1eb to
afa39ab
Compare
afa39ab to
8894897
Compare
8894897 to
f68fdeb
Compare
f68fdeb to
c0f6428
Compare
c0f6428 to
b74934a
Compare
b74934a to
1ca70b0
Compare
1ca70b0 to
38797d7
Compare
38797d7 to
643a634
Compare
643a634 to
e7ecbd2
Compare
e7ecbd2 to
b44c884
Compare
b44c884 to
a165df6
Compare
9dc895c to
01b553f
Compare
01b553f to
efaa46d
Compare
efaa46d to
a61bee0
Compare
a61bee0 to
3db5bd7
Compare
3db5bd7 to
e55c471
Compare
e55c471 to
257fbad
Compare
257fbad to
fc476fe
Compare
fc476fe to
2b4195f
Compare
2b4195f to
8e60c5b
Compare
8e60c5b to
673eab5
Compare
673eab5 to
5994f0b
Compare
5994f0b to
0bb728c
Compare
0bb728c to
4714842
Compare
4714842 to
ee07334
Compare
This PR contains the following updates:
3.1.2->4.7.12.8.32->4.0.11Release Notes
redis/node-redis (redis)
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 - 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 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.