https://github.com/cantonjs/claypot-redis-plugin
Claypot redis plugin
https://github.com/cantonjs/claypot-redis-plugin
Last synced: 9 months ago
JSON representation
Claypot redis plugin
- Host: GitHub
- URL: https://github.com/cantonjs/claypot-redis-plugin
- Owner: cantonjs
- License: mit
- Created: 2017-06-10T08:53:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T15:51:24.000Z (almost 8 years ago)
- Last Synced: 2025-08-09T03:21:34.299Z (10 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# claypot-redis-plugin
[](https://travis-ci.org/cantonjs/claypot-redis-plugin)
## Installing
```bash
$ yarn add claypot claypot-redis-plugin
```
## Usage
**Claypotfile.js**
```js
module.exports = {
plugins: ['claypot-redis-plugin'],
dbs: {
foo: {
store: 'redis',
keyPrefix: 'my_app',
cache: {
ttl: '1 day',
},
},
},
};
```
## License
MIT