-
Notifications
You must be signed in to change notification settings - Fork 73
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: redis cache #14158
Merged
Merged
feat: redis cache #14158
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
solution/studio/designer
Issues related to the Altinn Studio Designer solution.
backend
kind/dependencies
Used for issues or pull requests that are dependency updates
labels
Nov 25, 2024
mirkoSekulic
force-pushed
the
feature/redis-backplane
branch
4 times, most recently
from
November 25, 2024 17:53
fda4b34
to
7333654
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14158 +/- ##
=======================================
Coverage 95.33% 95.33%
=======================================
Files 1783 1783
Lines 23230 23230
Branches 2693 2693
=======================================
Hits 22147 22147
Misses 836 836
Partials 247 247 ☔ View full report in Codecov by Sentry. |
mirkoSekulic
force-pushed
the
feature/redis-backplane
branch
from
November 26, 2024 09:26
59d53a2
to
566ee3d
Compare
github-actions
bot
added
the
quality/testing
Tests that are missing, needs to be created or could be improved.
label
Nov 26, 2024
framitdavid
approved these changes
Nov 26, 2024
mirkoSekulic
added
the
skip-manual-testing
PRs that do not need to be tested manually
label
Nov 26, 2024
mirkoSekulic
force-pushed
the
feature/redis-backplane
branch
from
November 26, 2024 13:01
f2e09c3
to
ae8feae
Compare
mirkoSekulic
added
skip-manual-testing
PRs that do not need to be tested manually
and removed
skip-manual-testing
PRs that do not need to be tested manually
labels
Nov 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
frontend
kind/dependencies
Used for issues or pull requests that are dependency updates
quality/testing
Tests that are missing, needs to be created or could be improved.
skip-manual-testing
PRs that do not need to be tested manually
solution/studio/designer
Issues related to the Altinn Studio Designer solution.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds rediscache backplane for SignalR server.
Replaces Postgresql DistributedCache with Redis.
Related Issue(s)
Verification
Documentation