cortip/isomera

Redis for Session store

开放

#162 创建于 2023年12月24日

 (0 条评论) (0 个反应) (1 位负责人)TypeScript (6 个派生)auto 404
back-endgood first issue

仓库指标

星标
 (19 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南