Secbone / koa-session2

Middleware for Koa2 to get/set session
MIT License
153 stars 30 forks source link

Error in node7 Store.js #20

Closed teabore closed 7 years ago

teabore commented 7 years ago
  1. destroy(sid) should be async destroy(sid)
  2. module needs to be exported module.exports = RedisStore;
Secbone commented 7 years ago

I will fix the doc. Thx! 😄