1.0.0 • Published 10 years ago
crown-redis-store v1.0.0
crown-redis-store 
Redis store for Crown.
Installation
$ npm install crown-redis-store --saveUsage
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
$ make testLicense
MIT © vdemedes
1.0.0
10 years ago