Skip to content

fix(dependencies): update dependency redis to v4#488

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/redis-4.x
Open

fix(dependencies): update dependency redis to v4#488
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/redis-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
redis 3.1.24.7.1 age adoption passing confidence
@​types/redis 2.8.324.0.11 age adoption passing confidence

Release Notes

redis/node-redis (redis)

v4.7.1

Compare Source

v4.7.0

Compare Source

Enhancements

  • Upgrade @redis/client from 1.5.16 to 1.6.0
  • Upgrade @redis/json from 1.0.6 to 1.0.7
  • Upgrade @redis/search from 1.1.6 to 1.2.0
  • Upgrade @redis/time-series from 1.0.5 to 1.1.0

v4.6.15

Compare Source

Enhancements

  • Upgrade @redis/client from 1.5.16 to 1.5.17

v4.6.14

Compare Source

Enhancements

  • Upgrade @redis/client from 1.5.14 to 1.5.16

v4.6.13

Compare Source

Enhancements

  • Upgrade @redis/client from 1.5.13 to 1.5.14

v4.6.12

Compare Source

Enhancements

  • Upgrade @redis/client from 1.5.12 to 1.5.13

v4.6.11

Compare Source

Enhancements

  • Upgrade @redis/client from 1.5.11 to 1.5.12
  • Upgrade @redis/graph from 1.1.0 to 1.1.1
  • Upgrade @redis/json from 1.1.5 to 1.1.6

v4.6.10

Compare Source

Fixes

  • Revert the minimum node version change
  • Upgrade @redis/client from 1.5.9 to 1.5.10
  • Upgrade @redis/search from 1.1.3 to 1.1.4
  • Upgrade @redis/json from 1.0.4 to 1.0.5

v4.6.9

Compare Source

Enhancements

  • Upgrade @redis/client from 1.5.9 to 1.5.10
  • Upgrade @redis/search from 1.1.3 to 1.1.4
  • Upgrade @redis/json from 1.0.4 to 1.0.5

v4.6.8

Compare Source

Enhancements

  • upgrade @redis/client from 1.5.8 to 1.5.9
  • upgrade @redis/time-series from 1.0.4 to 1.0.5

v4.6.7

Compare Source

Enhancements

  • upgrade @redis/client from 1.5.7 to 1.5.8
  • upgrade @redis/search from 1.1.2 to 1.1.3

v4.6.6

Compare Source

Enhancements

  • upgrade @redis/client from 1.5.6 to 1.5.7

v4.6.5

Compare Source

Enhancements

  • upgrade @redis/client from 1.5.5 to 1.5.6

v4.6.4

Compare Source

Enhancements

  • upgrade @redis/client from 1.5.4 to 1.5.5

v4.6.3

Compare Source

Enhancements

  • upgrade @redis/client from 1.5.3 to 1.5.4

v4.6.2

Compare Source

Enhancements

  • upgrade @redis/client from 1.5.2 to 1.5.3

v4.6.1

Compare Source

Enhancements

  • upgrade @redis/client from 1.5.0 to 1.5.2

v4.6.0

Compare Source

Enhancements

  • upgrade @redis/client from 1.4.2 to 1.5.0
  • upgrade @redis/bloom from 1.1.0 to 1.2.0
  • upgrade @redis/search from 1.1.0 to 1.1.1

v4.5.1

Compare Source

Enhancements

  • upgrade @redis/client

v4.5.0

Compare Source

Enhancements

  • upgrade @redis/client
  • upgrade @redis/time-series

v4.4.0

Compare Source

Enhancements

v4.3.1

Compare Source

Enhancements

  • Upgrade @redis/json

v4.3.0

Compare Source

Enhancements

  • Upgrade @redis/client
  • Upgrade @redis/search

v4.2.0

Compare Source

Enhancements

  • Upgrade @redis/client

v4.1.1

Compare Source

Enhancements

  • Upgrade @redis/client

v4.1.0

Compare Source

Enhancements

  • Upgrade @redis/bloom
  • Upgrade @redis/client
  • Upgrade @redis/graph
  • Upgrade @redis/json
  • Upgrade @redis/search
  • Upgrade @redis/time-series

v4.0.6

Compare Source

  • Upgrade @node-redis/client
  • Upgrade @node-redis/search

v4.0.5

Compare Source

v4.0.4

Compare Source

  • Upgrade @node-redis/client
  • Upgrade @node-redis/search
  • Upgrade @node-redis/time-series

v4.0.3

Compare Source

  • First release with @node-redis/graph
  • Upgrade to @node-redis/client@1.0.3

v4.0.2

Compare Source

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 Buffers
  • Enhance ASK and MOVED errors handler

v4.0.1

Compare Source

Fixes
  • Fix NOAUTH error when using authentication & database (#​1681)
  • Allow to .quit() in PubSub mode (#​1766)
  • Add an option to configure name on a client (#​1758)
  • Lowercase commands (client.hset) in legacyMode
  • Fix PubSub resubscribe (#​1764)
  • Fix RedisSocketOptions type (#​1741)
Enhancements
  • Add support for numbers and Buffers in HSET (#​1738 #​1739)
  • Export RedisClientType, RedisClusterType and some more types (#​1673)
  • First release of @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
  • 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 to createClient 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

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Nov 25, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/whtsky/fulltextrssplz/9sqWo9XfNJXkL5RSdVojCFUrGkFS
✅ Preview: Failed

[Deployment for f917fc1 failed]

@codecov
Copy link

codecov bot commented Nov 25, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (b432a88) to head (3db5bd7).

❗ Current head 3db5bd7 differs from pull request most recent head e55c471. Consider uploading reports for the commit e55c471 to get more accurate results

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.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/redis-4.x branch from ada203b to 05b42c5 Compare November 25, 2021 12:51
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 05b42c5 to 78eb12a Compare November 25, 2021 14:10
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 78eb12a to 642c1eb Compare November 25, 2021 17:34
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 642c1eb to afa39ab Compare November 26, 2021 22:59
@renovate renovate bot force-pushed the renovate/redis-4.x branch from afa39ab to 8894897 Compare November 27, 2021 19:06
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 8894897 to f68fdeb Compare November 29, 2021 01:13
@renovate renovate bot force-pushed the renovate/redis-4.x branch from f68fdeb to c0f6428 Compare November 29, 2021 17:55
@renovate renovate bot force-pushed the renovate/redis-4.x branch from c0f6428 to b74934a Compare November 30, 2021 09:29
@renovate renovate bot force-pushed the renovate/redis-4.x branch from b74934a to 1ca70b0 Compare December 1, 2021 19:41
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 1ca70b0 to 38797d7 Compare December 2, 2021 21:13
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 38797d7 to 643a634 Compare December 4, 2021 04:10
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 643a634 to e7ecbd2 Compare December 4, 2021 18:06
@renovate renovate bot force-pushed the renovate/redis-4.x branch from e7ecbd2 to b44c884 Compare December 5, 2021 12:24
@renovate renovate bot force-pushed the renovate/redis-4.x branch from b44c884 to a165df6 Compare December 6, 2021 03:15
@renovate renovate bot force-pushed the renovate/redis-4.x branch from c798a93 to 26f0464 Compare December 11, 2021 09:39
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 26f0464 to 7294fa4 Compare December 13, 2021 05:42
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 7294fa4 to b157222 Compare December 13, 2021 11:15
@renovate renovate bot force-pushed the renovate/redis-4.x branch from b157222 to 0a3cf6a Compare December 13, 2021 17:27
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 0a3cf6a to 9041ced Compare December 13, 2021 21:35
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 9041ced to 68a3000 Compare December 14, 2021 02:23
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 68a3000 to c27f2fd Compare December 16, 2021 15:09
@renovate renovate bot force-pushed the renovate/redis-4.x branch from c27f2fd to 1f4800d Compare December 16, 2021 17:02
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 1f4800d to 09ca429 Compare December 16, 2021 19:20
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 09ca429 to ef8c98f Compare December 16, 2021 23:51
@renovate renovate bot force-pushed the renovate/redis-4.x branch from ef8c98f to 727d9d4 Compare December 17, 2021 11:59
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 727d9d4 to e53d0d6 Compare December 17, 2021 21:15
@renovate renovate bot force-pushed the renovate/redis-4.x branch from e53d0d6 to b25ba2c Compare December 19, 2021 09:48
@vercel
Copy link

vercel bot commented Apr 28, 2022

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
fulltextrssplz Error Error Feb 28, 2026 1:08pm

@vercel
Copy link

vercel bot commented Jan 9, 2023

Deployment failed with the following error:

Resource is limited - try again in 6 hours (more than 100, code: "api-deployments-free-per-day").

@vercel
Copy link

vercel bot commented Jan 9, 2023

Deployment failed with the following error:

Resource is limited - try again in 5 hours (more than 100, code: "api-deployments-free-per-day").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants