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 SSUBSCRIBE #2813

Closed
wants to merge 4 commits into from

implementation of ssubscribe

948d017
Select commit
Loading
Failed to load commit list.
Closed

Add support for SSUBSCRIBE #2813

implementation of ssubscribe
948d017
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 3, 2024 in 1s

77.50% of diff hit (target 78.71%)

View this Pull Request on Codecov

77.50% of diff hit (target 78.71%)

Annotations

Check warning on line 97 in src/main/java/io/lettuce/core/cluster/PubSubClusterEndpoint.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/cluster/PubSubClusterEndpoint.java#L96-L97

Added lines #L96 - L97 were not covered by tests

Check warning on line 203 in src/main/java/io/lettuce/core/cluster/PubSubClusterEndpoint.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/cluster/PubSubClusterEndpoint.java#L203

Added line #L203 was not covered by tests

Check warning on line 205 in src/main/java/io/lettuce/core/cluster/PubSubClusterEndpoint.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/cluster/PubSubClusterEndpoint.java#L205

Added line #L205 was not covered by tests

Check warning on line 48 in src/main/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubAdapter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubAdapter.java#L48

Added line #L48 was not covered by tests

Check warning on line 65 in src/main/java/io/lettuce/core/pubsub/RedisPubSubAdapter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/io/lettuce/core/pubsub/RedisPubSubAdapter.java#L65

Added line #L65 was not covered by tests