cortip/isomera

Redis for Session store

Aperta

#162 aperta il 24 dic 2023

 (0 commenti) (0 reazioni) (1 assegnatario)TypeScript (6 fork)auto 404
back-endgood first issue

Metriche repository

Star
 (19 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor