An in-memory redis-compatible implementation written in pure javascript. Part of the [Rarefied Redis Project](http://wilkenstein.github.io/rarefied-redis/).
npm install redis-js```bash``
$ npm install redis-js
There are minified files available on github. These files currently
represent the latest version. To use in the browser, add the following
script tag:
``html