An open API service indexing awesome lists of open source software.

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

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)