-
Notifications
You must be signed in to change notification settings - Fork 41
feat: introduce redis for caching configurations #797
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
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
cb262a8
fix: make high performance mode a runtime configuration
Datron 8de6284
feat: perform redis reads when getting configs
Datron cd147ca
feat: introduce writeback methods for redis
Datron d80b4b2
feat: use redis caches in combined resolve API
Datron 4316989
chore: rebase with main
Datron 846f54f
fix: improve config version fetches
Datron dcae59b
fix: remove duplicate functions
Datron 1e173bc
fix: update redis caching for experiment APIs
Datron b64b3b3
feat: add workspace settings caching through redis in middleware
Datron ffe9908
fix: address first pass comments
Datron 5188e0b
fix: rebase with main
Datron 4669d8d
chore: rebase with main
Datron 21efa6d
fix: address PR comments
Datron a5f20b1
fix: remove clones on db_pool and redis_pool
Datron 997724f
chore: cleanup files
Datron a600d57
fix: address 2nd pass of comments
Datron 3e7e610
fix: 3rd pass of comments
Datron 53ed61f
fix: update comments on and simplify `fetch_from_redis_else_writeback`
Datron efb11dd
fix: change function name
Datron 35cffca
fix: resolving comments
Datron 2bc3a06
fix: remove json! macro
Datron 4527c0e
fix: builds
Datron 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we going ahead without tests for redis then ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now, I'll setup the build pipeline for this. I haven't added it to github builds