cortip/isomera

Redis for Session store

オープン

#162 opened on 2023/12/24

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (6 件のフォーク)auto 404
back-endgood first issue

Repository metrics

Stars
 (19 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド