Skip to content

[Question]: Warning concerning connect.session() MemoryStore not designed for prod environment #1014

Answered by danny-avila
ringhofd asked this question in Q&A
Discussion options

You must be logged in to vote

The dependency issuing a warning is only being used for OpenID. This is not a concern if you aren’t using it, and minimal if your user base is not in the 1000s.

The MemoryStore can be mitigated with redis or db. This app in is “pre-release”, meaning it’s not tuned up to production levels across the board, and this is one such area where this is the case. There are several other caches created in the servers lifespan that would greatly benefit from using Redis, and some architecture is already there to support it, but is not a priority until we get to a release state.

I’ll plan to add more documentation for this and a more informative warning for admins using OpenID oauth.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
Answer selected by danny-avila
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #1013 on October 02, 2023 15:02.