diff --git a/index.js b/index.js index 79a4c31..c7c5238 100644 --- a/index.js +++ b/index.js @@ -254,7 +254,7 @@ class Web { app.keys = this.config.sessionKeys; app.use( session({ - store: redisStore, + store: redisStore({ client }), key: this.config.cookiesKey, cookie: this.config.cookies })