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

Implement HEXPIRE, HEXPIREAT, HEXPIRETIME and HPERSIST #2836

Merged
merged 7 commits into from
Apr 25, 2024

Polishin : Copyright change not needed

667afc1
Select commit
Loading
Failed to load commit list.
Merged

Implement HEXPIRE, HEXPIREAT, HEXPIRETIME and HPERSIST #2836

Polishin : Copyright change not needed
667afc1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 25, 2024 in 1s

36.23% of diff hit (target 78.71%)

View this Pull Request on Codecov

36.23% of diff hit (target 78.71%)

Annotations

Check warning on line 803 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L803

Added line #L803 was not covered by tests

Check warning on line 808 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L808

Added line #L808 was not covered by tests

Check warning on line 813 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L813

Added line #L813 was not covered by tests

Check warning on line 819 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L818-L819

Added lines #L818 - L819 were not covered by tests

Check warning on line 856 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L856

Added line #L856 was not covered by tests

Check warning on line 861 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L861

Added line #L861 was not covered by tests

Check warning on line 867 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L867

Added line #L867 was not covered by tests

Check warning on line 873 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L872-L873

Added lines #L872 - L873 were not covered by tests

Check warning on line 878 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L878

Added line #L878 was not covered by tests

Check warning on line 884 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L883-L884

Added lines #L883 - L884 were not covered by tests

Check warning on line 894 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L894

Added line #L894 was not covered by tests

Check warning on line 1557 in src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java#L1557

Added line #L1557 was not covered by tests

Check warning on line 863 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L863

Added line #L863 was not covered by tests

Check warning on line 868 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L868

Added line #L868 was not covered by tests

Check warning on line 873 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L873

Added line #L873 was not covered by tests

Check warning on line 879 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L878-L879

Added lines #L878 - L879 were not covered by tests

Check warning on line 916 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L916

Added line #L916 was not covered by tests

Check warning on line 921 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L921

Added line #L921 was not covered by tests

Check warning on line 926 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L926

Added line #L926 was not covered by tests

Check warning on line 932 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L931-L932

Added lines #L931 - L932 were not covered by tests

Check warning on line 937 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L937

Added line #L937 was not covered by tests

Check warning on line 943 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L942-L943

Added lines #L942 - L943 were not covered by tests

Check warning on line 953 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L953

Added line #L953 was not covered by tests

Check warning on line 1623 in src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java#L1623

Added line #L1623 was not covered by tests

Check warning on line 120 in src/main/kotlin/io/lettuce/core/api/coroutines/RedisHashCoroutinesCommandsImpl.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/io/lettuce/core/api/coroutines/RedisHashCoroutinesCommandsImpl.kt#L120

Added line #L120 was not covered by tests