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 remaining TS.ALTER params #3116

Merged
merged 2 commits into from
Aug 25, 2022
Merged

Support remaining TS.ALTER params #3116

merged 2 commits into from
Aug 25, 2022

Conversation

sazzad16
Copy link
Collaborator

No description provided.

@sazzad16 sazzad16 added enhancement breakingchange Pull request that has breaking changes. Must include the breaking behavior in release notes. labels Aug 24, 2022
@sazzad16 sazzad16 added this to the 4.3.0 milestone Aug 24, 2022
@sazzad16 sazzad16 linked an issue Aug 24, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Aug 24, 2022

Codecov Report

Merging #3116 (ac18c05) into master (618a850) will decrease coverage by 0.03%.
The diff coverage is 66.66%.

❗ Current head ac18c05 differs from pull request most recent head 3af747b. Consider uploading reports for the commit 3af747b to get more accurate results

@@             Coverage Diff              @@
##             master    #3116      +/-   ##
============================================
- Coverage     66.71%   66.67%   -0.04%     
+ Complexity     4235     4233       -2     
============================================
  Files           219      219              
  Lines         13740    13757      +17     
  Branches        796      799       +3     
============================================
+ Hits           9166     9173       +7     
- Misses         4243     4249       +6     
- Partials        331      335       +4     
Impacted Files Coverage Δ
.../redis/clients/jedis/timeseries/TSAlterParams.java 62.96% <50.00%> (-12.04%) ⬇️
...redis/clients/jedis/timeseries/TSCreateParams.java 84.84% <100.00%> (ø)
...in/java/redis/clients/jedis/timeseries/TSInfo.java 91.54% <100.00%> (+0.78%) ⬆️
src/main/java/redis/clients/jedis/JedisPubSub.java 70.00% <0.00%> (-1.82%) ⬇️
src/main/java/redis/clients/jedis/Protocol.java 90.62% <0.00%> (-1.25%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sazzad16 sazzad16 removed the breakingchange Pull request that has breaking changes. Must include the breaking behavior in release notes. label Aug 25, 2022
@sazzad16 sazzad16 merged commit e41904e into redis:master Aug 25, 2022
@sazzad16 sazzad16 deleted the ts-alter branch August 25, 2022 03:38
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.

TS.ALTER command doesn't support [DUPLICATE_POLICY policy] argument
2 participants