egg-thunk-redis
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

egg-thunk-redis

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-thunk-redis --save

Usage

// {app_root}/config/plugin.js
exports.thunkRedis = {
  enable: true,
  package: 'egg-thunk-redis',
};

Configuration

// {app_root}/config/config.default.js
exports.thunkRedis = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i egg-thunk-redis

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

8.8 kB

Total Files

10

Last publish

Collaborators

  • michaelxu