Santiago Vargas de Kruijf
Santiago Vargas de Kruijf
Same here, no clue on how to implement it...
@DillonHeins Thanks, installing from out an updated commit fixed the issue.
@amscher Show us some code, and what version are you using?
Same issue here.
@baffleinc Setting at least one option fixed the issue. Still this needs to be patched. Thans!
Having the same problem here but much worse, with a 18.7mb and 5751×3347px memory goes from ~60mb to over ~630mb
Did anyone solve this? Having this issue right now... ``` var express = require('express'); var RedisStore = require('connect-redis')(express); app.use(session({ secret: 'dummy', store: new RedisStore({ host: '127.0.0.1', port: 6379, client: redis...