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

Support JSON.OBJLEN and JSON.OBJKEYS commands #3051

Merged
merged 1 commit into from
Jun 28, 2022

Conversation

sazzad16
Copy link
Collaborator

No description provided.

@sazzad16 sazzad16 added this to the 4.3.0 milestone Jun 28, 2022
@sazzad16 sazzad16 linked an issue Jun 28, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Merging #3051 (74e83b1) into master (ba63b5d) will decrease coverage by 0.12%.
The diff coverage is 16.66%.

@@             Coverage Diff              @@
##             master    #3051      +/-   ##
============================================
- Coverage     52.53%   52.41%   -0.13%     
+ Complexity     3344     3343       -1     
============================================
  Files           218      218              
  Lines         13573    13575       +2     
  Branches        783      780       -3     
============================================
- Hits           7131     7115      -16     
- Misses         6196     6215      +19     
+ Partials        246      245       -1     
Impacted Files Coverage Δ
.../main/java/redis/clients/jedis/CommandObjects.java 63.95% <0.00%> (-0.33%) ⬇️
...rc/main/java/redis/clients/jedis/UnifiedJedis.java 53.02% <0.00%> (-0.36%) ⬇️
...in/java/redis/clients/jedis/json/JsonProtocol.java 0.00% <0.00%> (ø)
...va/redis/clients/jedis/json/RedisJsonCommands.java 0.00% <ø> (ø)
.../main/java/redis/clients/jedis/BuilderFactory.java 66.53% <50.00%> (-0.51%) ⬇️
...nts/jedis/providers/ClusterConnectionProvider.java 74.54% <0.00%> (-3.64%) ⬇️
src/main/java/redis/clients/jedis/Protocol.java 88.12% <0.00%> (-1.25%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba63b5d...74e83b1. Read the comment docs.

@sazzad16 sazzad16 merged commit bf0d815 into redis:master Jun 28, 2022
@sazzad16 sazzad16 deleted the json-obj branch June 28, 2022 16:29
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.

Add support for JSON.OBJKEYS and JSON.OBJLEN commands
2 participants