My understanding of Redis is that everything stored in RAM / memory. This is also true for express session memory store. Since both are stored in memory, what is the difference in terms of space and time complexity?
Wouldn't both be bad to store session data in since having a lot of users will eat up memory?