how to fix waring 'MemoryStore is not designed for a production environment'?
这个问题有办法解决么?
$ NODE_ENV=production node app.js
Warning: connection.session() MemoryStore is not
designed for a production environment, as it will leak
memory, and obviously only work within a single process.