fix(deps): update dependency handy-redis to v2 #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.7.0
->^2.0.0
Release Notes
mmkal/handy-redis (handy-redis)
v2.3.1
Compare Source
Fix:
9b40c97
v2.3.0
Compare Source
GEOSEARCH
, fix #324) (#328)a8c8810
f3f38d3
99a0aa5
..93a2afb33ef78f6e
v2.2.2
Compare Source
addCommand
from redis types; fix #310 (#311)c7eacd1
7f0a8e7
fd71167
scan
a better type, Fix 288 (#294)006dbc9
npm
v2.2.1
Compare Source
Reduces package size by about 2/3 - some copies of the full redis commands interface files were accidentally shipped last time.
ci
script totest
sonp
automatically cleans before publishingf06bdab
v2.2.0
Compare Source
677af10
v2.1.0
Compare Source
3a102fe
1c90f91
59ac012
v2.0.3
Compare Source
98a0ba7
736935f
73eec6f
v2.0.2
: handy-redis 2.0.2Compare Source
Fix:
ZRANGEBYSCORE, ZREMRANGEBYSCORE, ZREVRANGEBYSCORE and ZCOUNT: allow +inf,-inf, ranges in interval args (redis-doc workaround) (#240 - fixes #30)
0c4a08f
v2.0.1
: handy-redis 2.0.1Compare Source
Fixes
06893f0
npm package
v2.0.0
: handy-redis 2.0.0Compare Source
npm package
Breaking changes:
any
s have been replaced withunknown
sexecMulti
is removed in favour of.multi().exec()
, which is promisified.batch
support added (fixes #45).script('LOAD')
and other subcommands added (fixes #221)addNodeRedisCommand
exposed (fixes #176)redis
removed as a dependency. It must be added separatelycreateNodeRedisClient
rather thancreateHandyClient
WrappedNodeRedisClient
is now preferred toIHandyRedis
client.nodeRedis
preferred toclient.redis
Basic usage is identical, aside from the recommended import name:
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.