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

[#11640] Async timeseries command support #11693

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

emeroad
Copy link
Member

@emeroad emeroad commented Nov 7, 2024

No description provided.

@emeroad emeroad added this to the 3.1.0 milestone Nov 7, 2024
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 58.25243% with 43 lines in your changes missing coverage. Please review.

Project coverage is 36.96%. Comparing base (93e0a08) to head (34efe38).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...s/timeseries/RedisTimeseriesAsyncCommandsImpl.java 52.00% 9 Missing and 3 partials ⚠️
...int/redis/timeseries/TimeseriesCommandBuilder.java 66.66% 10 Missing and 1 partial ⚠️
.../timeseries/connection/ClusterAsyncConnection.java 0.00% 10 Missing ⚠️
...t/redis/timeseries/connection/AsyncDispatcher.java 46.66% 8 Missing ⚠️
...s/timeseries/connection/SimpleAsyncConnection.java 88.88% 1 Missing ⚠️
...nt/redis/timeseries/connection/SyncDispatcher.java 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #11693      +/-   ##
============================================
+ Coverage     36.94%   36.96%   +0.01%     
- Complexity    12420    12435      +15     
============================================
  Files          4113     4119       +6     
  Lines        100712   100810      +98     
  Branches      10532    10534       +2     
============================================
+ Hits          37211    37260      +49     
- Misses        60504    60547      +43     
- Partials       2997     3003       +6     

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


🚨 Try these New Features:

@emeroad emeroad force-pushed the #11640_redis_timeseries branch 2 times, most recently from 6b0f353 to 9373ff5 Compare November 25, 2024 06:42
@emeroad emeroad merged commit 3abf197 into pinpoint-apm:master Nov 25, 2024
3 checks passed
@emeroad emeroad linked an issue Nov 25, 2024 that may be closed by this pull request
@emeroad emeroad deleted the #11640_redis_timeseries branch November 28, 2024 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce redis-timeseries module
1 participant