Socket
Book a DemoInstallSign in
Socket

claypot-redis-plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

claypot-redis-plugin

Claypot redis plugin

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 21 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts