alaska-cache-redis

0.13.2 • Public • Published

Alaska redis cache driver

configure

cache: {
  type: 'alaska-cache-redis',
  // The connection URI string
  url: 'redis://localhost/0',
  // Default maximum age in milliseconds, 0 for forever
  maxAge: 3600 * 1000,
  //more https://github.com/NodeRedis/node_redis#options-is-an-object-with-the-following-possible-properties
}

Contribute

Maichong Software

Liang Xingchen

License

This project is licensed under the terms of the MIT license

Readme

Keywords

Package Sidebar

Install

npm i alaska-cache-redis

Weekly Downloads

2

Version

0.13.2

License

MIT

Unpacked Size

5.34 kB

Total Files

3

Last publish

Collaborators

  • liangxingchen