Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Implement HEXPIRE, HEXPIREAT, HEXPIRETIME and HPERSIST #2836
Implement HEXPIRE, HEXPIREAT, HEXPIRETIME and HPERSIST #2836
Changes from all commits
279d78d
0e867eb
31c1787
e42c7ba
d9e940f
cc380e1
667afc1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 803 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L803
Check warning on line 808 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L808
Check warning on line 813 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L813
Check warning on line 819 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L818-L819
Check warning on line 856 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L856
Check warning on line 861 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L861
Check warning on line 867 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L867
Check warning on line 873 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L872-L873
Check warning on line 878 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L878
Check warning on line 884 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L883-L884
Check warning on line 894 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L894
Check warning on line 1557 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L1557
Check warning on line 863 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L863
Check warning on line 868 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L868
Check warning on line 873 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L873
Check warning on line 879 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L878-L879
Check warning on line 916 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L916
Check warning on line 921 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L921
Check warning on line 926 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L926
Check warning on line 932 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L931-L932
Check warning on line 937 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L937
Check warning on line 943 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L942-L943
Check warning on line 953 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L953
Check warning on line 1623 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java
Codecov / codecov/patch
src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L1623