Skip to content

Commit

Permalink
More explanation what Dirty is
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Jan 13, 2010
1 parent 73c7f1a commit 9f7cf7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A key value store for [node.js](http://nodejs.org/) that is simple, fast & dirty.

Dirty stores all documents in memory like [Redis](http://code.google.com/p/redis/) while allowing you to iterate over them in JavaScript similar to [CouchDB](http://couchdb.apache.org/).

## What makes dirty dirty?

* It is the minimal viable key value store (< 250 LoC)
Expand Down

0 comments on commit 9f7cf7a

Please sign in to comment.