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

Redis for Session store #162

Open
vygandas opened this issue Dec 24, 2023 · 0 comments
Open

Redis for Session store #162

vygandas opened this issue Dec 24, 2023 · 0 comments
Assignees
Labels
back-end Only back-end good first issue Good for newcomers

Comments

@vygandas
Copy link
Contributor

Need to implement Redis for storing sessions when on production. Currently used memory store, but in multi-server approach it won't hold. Also it wouldn't hold even on single-server, because we can't rely on RAM to be stable.

Might follow something like this https://dev.to/nestjs/setting-up-sessions-with-nestjs-passport-and-redis-210

@vygandas vygandas added back-end Only back-end good first issue Good for newcomers labels Dec 24, 2023
@vygandas vygandas self-assigned this Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Only back-end good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant