redis-example

June 27, 2014 ยท View on GitHub

A simple example illustrating using Redis as a kraken-js/express session store.

NOTE: Redis is a prerequisite for running this application.

$ redis-server &
$ npm install
$ node .