redis-js

An in-memory redis-compatible implementation written in pure javascript. Part of the [Rarefied Redis Project](http://wilkenstein.github.io/rarefied-redis/).

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
redis-js
0.1.28 years ago9 years agoMinified + gzip package size for redis-js in KB

Readme

redis-mock-js
An in-memory redis-compatible implementation written in pure javascript. Part of the Rarefied Redis Project.

Status

Build Status

Installation

npm

````bash $ npm install redis-js ````

Browser

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