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

feat: new cache struce such as use redis. #727

Merged
merged 11 commits into from
Nov 10, 2024
Merged

Conversation

chivehao
Copy link
Member

@chivehao chivehao commented Nov 10, 2024

  • Update the CHANGES log.
  • If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #.

@chivehao chivehao added feature New feature or request area/server Issues or PRs related to the Ikaros Server labels Nov 10, 2024
@chivehao chivehao self-assigned this Nov 10, 2024
Copy link

codecov bot commented Nov 10, 2024

Codecov Report

Attention: Patch coverage is 8.91720% with 143 lines in your changes missing coverage. Please review.

Project coverage is 45.17%. Comparing base (395c5e9) to head (f37671a).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...main/java/run/ikaros/server/cache/CacheAspect.java 0.00% 105 Missing ⚠️
...karos/server/cache/MemoryReactiveCacheManager.java 0.00% 12 Missing ⚠️
...va/run/ikaros/server/cache/CacheConfiguration.java 9.09% 10 Missing ⚠️
...ikaros/server/cache/RedisReactiveCacheManager.java 0.00% 9 Missing ⚠️
...c/main/java/run/ikaros/server/cache/CacheType.java 0.00% 2 Missing ⚠️
...un/ikaros/server/core/episode/EpisodeEndpoint.java 0.00% 2 Missing ⚠️
...er/cache/condition/CacheMemoryEnableCondition.java 80.00% 0 Missing and 1 partial ⚠️
...er/cache/condition/CacheRedisDisableCondition.java 80.00% 0 Missing and 1 partial ⚠️
...ver/cache/condition/CacheRedisEnableCondition.java 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #727      +/-   ##
============================================
- Coverage     45.87%   45.17%   -0.70%     
- Complexity      860      868       +8     
============================================
  Files           211      220       +9     
  Lines          7955     8109     +154     
  Branches        416      426      +10     
============================================
+ Hits           3649     3663      +14     
- Misses         4173     4310     +137     
- Partials        133      136       +3     

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

@chivehao chivehao added this to the 0.20.0 milestone Nov 10, 2024
@chivehao chivehao merged commit 538b721 into ikaros-dev:main Nov 10, 2024
3 of 5 checks passed
@chivehao chivehao deleted the redis branch November 10, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/server Issues or PRs related to the Ikaros Server feature New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant