Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

vadimdemedes/crown-redis-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crown-redis-store Circle CI

Redis store for Crown.

Installation

$ npm install crown-redis-store --save

Usage

For all supported arguments, see redis module. It accepts arguments exactly as redis module.

const RedisStore = require('crown-redis-store');

let redisStore = new RedisStore(2369, '127.0.0.1');

Tests

Circle CI

$ make test

License

MIT © vdemedes