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

remove redis from backend #1089

Closed
malteish opened this issue Jul 12, 2024 · 1 comment
Closed

remove redis from backend #1089

malteish opened this issue Jul 12, 2024 · 1 comment
Assignees

Comments

@malteish
Copy link
Collaborator

In the backend, redis is only used to store the "Session". Todo:

  1. @AlexNi245 create a table "account" in postgres that can be queried to know if an ens name has signed up with the backend yet
  2. @malteish populate this table from redis through some scripts
  3. @AlexNi245 change getSession to use this new postgres datasource
  4. remove redis
@malteish
Copy link
Collaborator Author

malteish commented Aug 6, 2024

closing in favor or #1091

@malteish malteish closed this as completed Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants