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

Add support for RESTORE ABSTTL #1640

Merged
merged 1 commit into from
Mar 4, 2021
Merged

Conversation

dengliming
Copy link
Contributor

@dengliming dengliming commented Mar 3, 2021

Resolves #1634

Make sure that:

  • You have read the contribution guidelines.
  • You have created a feature request first to discuss your contribution intent. Please reference the feature request ticket number in the pull request.
  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.

@codecov
Copy link

codecov bot commented Mar 3, 2021

Codecov Report

Merging #1640 (2f81453) into main (76e3bec) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1640      +/-   ##
============================================
+ Coverage     78.42%   78.47%   +0.04%     
- Complexity     6519     6525       +6     
============================================
  Files           486      486              
  Lines         22035    22040       +5     
  Branches       2411     2412       +1     
============================================
+ Hits          17281    17295      +14     
+ Misses         3641     3636       -5     
+ Partials       1113     1109       -4     
Impacted Files Coverage Δ Complexity Δ
...main/java/io/lettuce/core/RedisCommandBuilder.java 95.47% <100.00%> (+<0.01%) 513.00 <0.00> (+1.00)
src/main/java/io/lettuce/core/RestoreArgs.java 85.71% <100.00%> (+3.89%) 6.00 <2.00> (+2.00)
.../java/io/lettuce/core/protocol/CommandKeyword.java 100.00% <100.00%> (ø) 3.00 <0.00> (ø)
.../io/lettuce/core/protocol/ReconnectionHandler.java 75.67% <0.00%> (-4.06%) 21.00% <0.00%> (-1.00%)
...java/io/lettuce/core/protocol/DefaultEndpoint.java 70.06% <0.00%> (+0.46%) 99.00% <0.00%> (ø%)
.../io/lettuce/core/dynamic/ReactiveTypeAdapters.java 87.39% <0.00%> (+0.86%) 1.00% <0.00%> (ø%)
.../java/io/lettuce/core/protocol/CommandHandler.java 75.63% <0.00%> (+2.03%) 114.00% <0.00%> (+4.00%)

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 76e3bec...2f81453. Read the comment docs.

@dengliming dengliming marked this pull request as draft March 3, 2021 06:54
@dengliming dengliming marked this pull request as ready for review March 3, 2021 07:05
@mp911de mp911de merged commit 60be40c into redis:main Mar 4, 2021
@mp911de mp911de added the type: feature A new feature label Mar 4, 2021
@mp911de mp911de added this to the 6.1 RC1 milestone Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for RESTORE ABSTTL
2 participants