forked from passportxyz/passport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(iam): add redis for chaching (passportxyz#1797)
* feat(iam): add redis and use it to store eth price * feat(iam): swap redis out for mem cache * feat(infra): add redis cache * feat(infra): setup redis across environments * feat(infra): enable auto scaling * chore(iam): update tests to use redis cache * chore(iam): unit test cache * fix(iam): use cached value if error is thrown from moralis * chore(platforms): rename cache mem-cache * chore(platforms, iam): move redis cache to platforms * feat(platforms): use redis to cache auth flows Co-authored-by: Lucian Hymer <[email protected]> * fix(platforms): typo * fix(iam, app, platforms): fix build after redis install * chore(platforms): use globally mocked redis instance and disconnect * fix(iam): mock passport cache for integration test * fix(infra): correct vpcId * fix(platforms): remove unnecesary timeout * fix async procedures and hSet redis command * chore(platforms): update tests and functionality to work with updated hSet implementation --------- Co-authored-by: Lucian Hymer <[email protected]>
- Loading branch information
1 parent
41d9c22
commit 0e004bc
Showing
29 changed files
with
1,070 additions
and
479 deletions.
There are no files selected for viewing
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
2 changes: 1 addition & 1 deletion
2
app/__tests__/components/RefreshMyStampsModalContentCard.test.tsx
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
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
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
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
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
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
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
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
Oops, something went wrong.