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

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

Awesome Lists containing this project

README

          

# claypot-redis-plugin

[![Build Status](https://travis-ci.org/cantonjs/claypot-redis-plugin.svg?branch=master)](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