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/project failed Apr 3, 2024 in 0s

77.62% (-1.09%) compared to 43843bf

View this Pull Request on Codecov

77.62% (-1.09%) compared to 43843bf

Details

Codecov Report

Attention: Patch coverage is 77.50000% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 77.62%. Comparing base (43843bf) to head (948d017).
Report is 245 commits behind head on main.

❗ Current head 948d017 differs from pull request most recent head 9c7d5e0. Consider uploading reports for the commit 9c7d5e0 to get more accurate results

Files Patch % Lines
...io/lettuce/core/cluster/PubSubClusterEndpoint.java 45.45% 5 Missing and 1 partial ⚠️
...core/cluster/pubsub/RedisClusterPubSubAdapter.java 50.00% 1 Missing ⚠️
...in/java/io/lettuce/core/pubsub/PubSubEndpoint.java 90.00% 0 Missing and 1 partial ⚠️
...ava/io/lettuce/core/pubsub/RedisPubSubAdapter.java 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2813      +/-   ##
============================================
- Coverage     78.71%   77.62%   -1.09%     
- Complexity     6786     7198     +412     
============================================
  Files           508      537      +29     
  Lines         22765    24411    +1646     
  Branches       2446     2605     +159     
============================================
+ Hits          17919    18949    +1030     
- Misses         3717     4257     +540     
- Partials       1129     1205      +76     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.