kakku-redis-store

0.0.0 • Public • Published

kakku-redis-store

Build Status Coverage Status

An redis-backed store for kakku.

Usage

var Redis = require("redis");
var Kakku = require("kakku").Kakku;
var RedisStore = require("kakku-redis-store").RedisStore;
 
var kakku = new Kakku({
    ...
    store: new RedisStore({ client: redis.createClient() }),
});

Development

Development is pretty straightforward, it's all JS and the standard node stuff works:

To install dependencies:

$ npm install

To run the tests:

$ npm test

Then just make your awesome feature and a PR for it. Don't forget to file an issue first, or start with an empty PR so others can see what you're doing and discuss it so there's a a minimal amount of wasted effort.

Package Sidebar

Install

npm i kakku-redis-store

Weekly Downloads

1

Version

0.0.0

License

ISC

Last publish

Collaborators

  • jussi-kalliokoski