-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Support JSON.MERGE Command #3429
Support JSON.MERGE Command #3429
Conversation
Codecov ReportPatch coverage:
❗ 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 #3429 +/- ##
============================================
- Coverage 68.07% 68.02% -0.05%
- Complexity 4543 4546 +3
============================================
Files 275 275
Lines 14597 14607 +10
Branches 978 978
============================================
Hits 9937 9937
- Misses 4248 4256 +8
- Partials 412 414 +2
☔ View full report in Codecov by Sentry. |
src/test/java/redis/clients/jedis/modules/json/RedisJsonV1Test.java
Outdated
Show resolved
Hide resolved
src/test/java/redis/clients/jedis/modules/json/RedisJsonV2Test.java
Outdated
Show resolved
Hide resolved
src/test/java/redis/clients/jedis/modules/json/RedisJsonV2Test.java
Outdated
Show resolved
Hide resolved
…arPash/jedis into SP/Jedis/SupportJSON.MERGE
src/test/java/redis/clients/jedis/modules/json/RedisJsonV2Test.java
Outdated
Show resolved
Hide resolved
src/test/java/redis/clients/jedis/modules/json/RedisJsonV1Test.java
Outdated
Show resolved
Hide resolved
src/test/java/redis/clients/jedis/modules/json/RedisJsonV1Test.java
Outdated
Show resolved
Hide resolved
src/test/java/redis/clients/jedis/modules/json/RedisJsonV1Test.java
Outdated
Show resolved
Hide resolved
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.
LGTM! Resolve the conflicts now.
Closes #3395