Skip to content

cantonjs/claypot-redis-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claypot-redis-plugin

Build Status

Installing

$ yarn add claypot claypot-redis-plugin

Usage

Claypotfile.js

module.exports = {
  plugins: ['claypot-redis-plugin'],
  dbs: {
    foo: {
      store: 'redis',
      keyPrefix: 'my_app',
      cache: {
        ttl: '1 day',
      },
    },
  },
};

License

MIT

Releases

No releases published

Packages

No packages published