-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Description
Example for redis sessions: https://github.com/techpines/express.io/blob/master/examples/sessions-redis/app.js
The example does not seem to be correct as RedisStore = require('connect-redis')(express) requires session and not the express.io itself.
Using express.io there results in the following error:
TypeError: The super constructor to inherits must not be null or undefined.
in connect-redis package
I suggest replace it with express.session.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels