🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

authomatic-redis

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authomatic-redis

A redis store for Authomatic

0.0.2
npm
Version published
Weekly downloads
4
Maintainers
2
Weekly downloads
 
Created
Source

authomatic-redis

Build Status codecov Maintainability

Redis store for Authomatic

install

npm install authomatic-redis

Usage

const Store = require('authomatic-redis');
// Options
// const store = Store({redisOptions: {/*https://www.npmjs.com/package/redis*/}, baseString: 'String'})
const store = Store();
const Authomatic = require('authomatic');
const authomatic = Authomatic({store}); 

// You many use the redis client if needed
// store.client.quit()
// Enjoy

FAQs

Package last updated on 08 Feb 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