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.RESP command #3052

Merged
merged 1 commit into from
Jun 29, 2022
Merged

Support JSON.RESP command #3052

merged 1 commit into from
Jun 29, 2022

Conversation

sazzad16
Copy link
Collaborator

No description provided.

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

Codecov Report

Merging #3052 (67902a5) into master (bf0d815) will decrease coverage by 0.03%.
The diff coverage is 12.50%.

@@             Coverage Diff              @@
##             master    #3052      +/-   ##
============================================
- Coverage     52.44%   52.40%   -0.04%     
  Complexity     3344     3344              
============================================
  Files           218      218              
  Lines         13575    13586      +11     
  Branches        780      781       +1     
============================================
+ Hits           7119     7120       +1     
- Misses         6211     6221      +10     
  Partials        245      245              
Impacted Files Coverage Δ
.../main/java/redis/clients/jedis/CommandObjects.java 63.79% <0.00%> (-0.16%) ⬇️
...rc/main/java/redis/clients/jedis/UnifiedJedis.java 52.85% <0.00%> (-0.18%) ⬇️
...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.32% <25.00%> (-0.22%) ⬇️

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 bf0d815...67902a5. Read the comment docs.

@sazzad16 sazzad16 merged commit 731d200 into redis:master Jun 29, 2022
@sazzad16 sazzad16 deleted the json-resp branch June 29, 2022 07:25
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.RESP command
2 participants