https://github.com/tsui66/egg-sider
More than redis plugin for egg
https://github.com/tsui66/egg-sider
cache egg egg-plugin egg-redis eggjs node redis
Last synced: 4 months ago
JSON representation
More than redis plugin for egg
- Host: GitHub
- URL: https://github.com/tsui66/egg-sider
- Owner: tsui66
- License: mit
- Created: 2018-01-22T03:40:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T08:33:41.000Z (over 8 years ago)
- Last Synced: 2025-01-30T20:44:07.895Z (over 1 year ago)
- Topics: cache, egg, egg-plugin, egg-redis, eggjs, node, redis
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egg-sider
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/egg-sider.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-sider
[download-image]: https://img.shields.io/npm/dm/egg-sider.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-sider
## Install
```bash
$ npm i egg-sider --save
```
## Usage
```js
// {app_root}/config/plugin.js
exports.sider = {
enable: true,
package: 'egg-sider',
};
```
## Configuration
```js
// {app_root}/config/config.default.js
exports.sider = {
};
```
see [config/config.default.js](config/config.default.js) for more detail.
## Example
## Questions & Suggestions
Please open an issue [here](https://github.com/eggjs/egg/issues).
## License
[MIT](LICENSE)