Skip to content
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

chore(deps): update dependency redis to v4 #453

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
redis ^3.1.2 -> ^4.5.1 age adoption passing confidence
@​types/redis ^2.8.32 -> ^4.0.10 age adoption passing confidence

Release Notes

redis/node-redis

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

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 configurate 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 - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovatebot label Jan 25, 2022
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from b38c2a0 to 144273c Compare February 7, 2022 02:32
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from e55368f to 0409b2f Compare February 21, 2022 03:27
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from a673d0e to 8afcda5 Compare February 28, 2022 03:11
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 8afcda5 to b0ca907 Compare March 7, 2022 03:53
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from f7be483 to ecddd95 Compare March 21, 2022 02:56
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from f3170d9 to 6e9e481 Compare March 31, 2022 13:35
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 6e9e481 to 27e60ae Compare April 18, 2022 05:20
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from 1665c44 to 294e8b1 Compare May 2, 2022 18:23
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 294e8b1 to 4808d63 Compare May 9, 2022 05:23
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 4808d63 to 7390244 Compare May 23, 2022 04:27
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 7390244 to 09c7af2 Compare May 30, 2022 05:29
@renovate renovate bot force-pushed the renovate/redis-4.x branch 3 times, most recently from 37c0782 to 984075a Compare June 13, 2022 04:48
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from a8e8afd to e91ab35 Compare June 27, 2022 02:27
@renovate renovate bot force-pushed the renovate/redis-4.x branch 3 times, most recently from e5154a4 to e3bdbb1 Compare July 5, 2022 17:20
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from 616aed0 to d7ce4d7 Compare July 18, 2022 03:23
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from ec460f0 to db2ab6e Compare August 1, 2022 03:32
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from 78f78fe to 117a825 Compare August 23, 2022 00:50
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 117a825 to befa36d Compare August 29, 2022 05:29
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from fd36748 to c4306d3 Compare September 12, 2022 04:04
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from 49a524d to 64f84d0 Compare September 26, 2022 05:26
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from 6715adf to 063ac7d Compare October 10, 2022 03:15
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from 90d89a3 to 261b482 Compare October 24, 2022 04:39
@renovate renovate bot force-pushed the renovate/redis-4.x branch 3 times, most recently from e671fd5 to 028456d Compare November 7, 2022 05:39
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from 2a2e6b0 to 62be771 Compare November 14, 2022 03:21
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from d1b584f to d659fb4 Compare November 24, 2022 23:16
@renovate renovate bot force-pushed the renovate/redis-4.x branch from d659fb4 to 2b82281 Compare November 28, 2022 05:46
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 2b82281 to 2473f2b Compare December 12, 2022 03:53
@renovate renovate bot force-pushed the renovate/redis-4.x branch 2 times, most recently from 7536168 to 00ae76f Compare December 27, 2022 05:23
@renovate renovate bot force-pushed the renovate/redis-4.x branch from 00ae76f to 7c9b6ff Compare December 27, 2022 05:26
@renovate
Copy link
Contributor Author

renovate bot commented Dec 27, 2022

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@c0state c0state mentioned this pull request Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant