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 RedisJSON SET/GET as plain string(s) #3005

Merged
merged 1 commit into from
May 28, 2022

Conversation

sazzad16
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #3005 (1d6cb63) into master (9e6cddf) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master    #3005      +/-   ##
============================================
- Coverage     53.34%   53.33%   -0.01%     
  Complexity     3337     3337              
============================================
  Files           216      216              
  Lines         13339    13343       +4     
  Branches        775      775              
============================================
+ Hits           7116     7117       +1     
- Misses         5976     5979       +3     
  Partials        247      247              
Impacted Files Coverage Δ
.../main/java/redis/clients/jedis/CommandObjects.java 66.37% <0.00%> (-0.12%) ⬇️
...rc/main/java/redis/clients/jedis/UnifiedJedis.java 54.96% <0.00%> (-0.13%) ⬇️
...va/redis/clients/jedis/json/RedisJsonCommands.java 0.00% <ø> (ø)
...lients/jedis/executors/ClusterCommandExecutor.java 75.38% <0.00%> (-3.08%) ⬇️
...nts/jedis/providers/ClusterConnectionProvider.java 72.72% <0.00%> (-1.82%) ⬇️
...ava/redis/clients/jedis/JedisClusterInfoCache.java 73.07% <0.00%> (-1.29%) ⬇️
src/main/java/redis/clients/jedis/Protocol.java 89.37% <0.00%> (+1.25%) ⬆️
src/main/java/redis/clients/jedis/JedisPubSub.java 71.81% <0.00%> (+1.81%) ⬆️
...in/java/redis/clients/jedis/ConnectionFactory.java 67.34% <0.00%> (+4.08%) ⬆️

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 9e6cddf...1d6cb63. Read the comment docs.

@sazzad16 sazzad16 merged commit 96968e4 into redis:master May 28, 2022
@sazzad16 sazzad16 deleted the json-plain branch May 28, 2022 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting deeper nested JSON objects as String Setting deeper nested JSON objects as a String
2 participants