-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat: Adding Tenant Information to Redis Cache for quick fetch #33641
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
Merged
NilanshBansal
merged 43 commits into
release
from
feature/issue-33083/tenant-config-to-redis
May 28, 2024
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
63a005d
Merge branch 'release' of github.com:appsmithorg/appsmith into release
NilanshBansal 60dd0f9
Merge branch 'release' of github.com:appsmithorg/appsmith into release
NilanshBansal 9b144b6
initial setup
NilanshBansal 9f37234
feat: added tenant configuration to redis cache (#33083)
NilanshBansal e889d83
code optimised to replace usage of tenantRepository to cached function
NilanshBansal b2c301e
fixed cyclic dependency
NilanshBansal 883b05a
Update app/server/appsmith-server/src/main/java/com/appsmith/server/s…
NilanshBansal 064d0b1
cache evicted after db update to avoid inconsistency
NilanshBansal 0702551
Merge remote-tracking branch 'origin/feature/issue-33083/tenant-confi…
NilanshBansal 9543f94
fixed tests
NilanshBansal 958f5e2
added implements serializable for tenant configuration
NilanshBansal d469047
addressed review comments and other optimisations
NilanshBansal 2d1115d
updated cacheName and added notDeleted criteria
NilanshBansal bdae9ad
Merge branch 'release' of github.com:appsmithorg/appsmith into featur…
NilanshBansal 4d1deed
cache evicted from update func
NilanshBansal da5af58
moved cache invalidation to repository layer
NilanshBansal 1910c61
Revert "moved cache invalidation to repository layer"
NilanshBansal 371f2d1
optimisations
NilanshBansal bb21eae
code rabbit suggestion
NilanshBansal 306e77f
Merge branch 'release' of github.com:appsmithorg/appsmith into featur…
NilanshBansal d11d404
fix: handled cache deserialization errors (#33504)
NilanshBansal 0d22cd0
added test for checking deserialization errors
NilanshBansal c0b0cf1
added comments
NilanshBansal a1da5d6
initial setup
NilanshBansal 2508b86
feat: added tenant configuration to redis cache (#33083)
NilanshBansal 140ee6a
code optimised to replace usage of tenantRepository to cached function
NilanshBansal 6cf7f0e
fixed cyclic dependency
NilanshBansal 446dfa2
cache evicted after db update to avoid inconsistency
NilanshBansal d3ec0d2
Update app/server/appsmith-server/src/main/java/com/appsmith/server/s…
NilanshBansal aeafeb7
fixed tests
NilanshBansal 55e70ac
added implements serializable for tenant configuration
NilanshBansal 1fa0df1
addressed review comments and other optimisations
NilanshBansal fb73a78
updated cacheName and added notDeleted criteria
NilanshBansal a13045f
cache evicted from update func
NilanshBansal cc9456c
moved cache invalidation to repository layer
NilanshBansal 169b126
Revert "moved cache invalidation to repository layer"
NilanshBansal 4c444f3
optimisations
NilanshBansal c76bb19
code rabbit suggestion
NilanshBansal e247b85
fix: handled cache deserialization errors (#33504)
NilanshBansal bdd8f13
added test for checking deserialization errors
NilanshBansal 15f54d6
added comments
NilanshBansal e3718cd
Merge branch 'feature/issue-33083/tenant-config-to-redis' of github.c…
NilanshBansal 7b4bf8d
removed cache eviction after each test
NilanshBansal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.