-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add support for JSON.MSET
#2605
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
MSET command added. Requires all keys to have the same JSON Path, which might fit most use cases, but is a limitation. Optionally we could make the path an array as well to support all use cases.
Codecov ReportPatch coverage has no change and project coverage change:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #2605 +/- ##
==========================================
- Coverage 95.66% 95.65% -0.01%
==========================================
Files 456 455 -1
Lines 4563 4555 -8
Branches 526 525 -1
==========================================
- Hits 4365 4357 -8
Misses 127 127
Partials 71 71 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Removed unused RedisCommandArguments
@rowantrollope |
Thank you!
Hopefully next time you won’t have to rewrite *all* my code …;)
Rowan
Sent via Superhuman iOS ( ***@***.*** )
…On Tue, Sep 19 2023 at 3:00 PM, Leibale Eidelman < ***@***.*** > wrote:
@rowantrollope ( https://github.com/rowantrollope ) ***@***.*** / @***@***.***
is on npm 🎉
—
Reply to this email directly, view it on GitHub (
#2605 (comment) ) ,
or unsubscribe (
https://github.com/notifications/unsubscribe-auth/ACXKL5O6YTG2ZKD5EJFK5SLX3IIZLANCNFSM6AAAAAA4DJQ5ZI
).
You are receiving this because you were mentioned. Message ID: <redis/node-redis/pull/2605/c1726600099
@ github. com>
|
MSET command added. Requires all keys to have the same JSON Path, which might fit most use cases, but is a limitation. Optionally we could make the path an array as well to support all use cases.
Description
Adding support for JSON.MSET - this implementation uses a single path, which may be limiting. If desired we could make this an array as well.
Checklist
npm test
pass with this change (including linting)?