hugla-redis-session

0.1.0 • Public • Published

HuglaHttp

Hugla web framework's node back-end redis session module

Build Status Coverage Status

Requirements

The following configuration properties are optional

{
  "redisSession": {
    "host": "localhost",
    "port": "6379",
    "db": 0,
    "sessionSecret": "keyboard cat",
    "cookieName": "connect.sid"
  }
}

License

MIT

Package Sidebar

Install

npm i hugla-redis-session

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • noosxe