claypot-redis-plugin 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