Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hij1nx committed May 27, 2011
1 parent 72fcefb commit 39a6dad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

# Synopsis

A **Vat** is a tank or tub used to hold liquid. EventVat deals in volatile data so it's contents could be considered liquid like.

EventVat is a in-process key/value store with an API inspired by Redis. It supports 5 data types, `strings`, `numbers`, `booleans`, `arrays` and `hashes`. It's event based, which means that when API calls are made or key/value pairs expire, events will be raised for which a callback can be provided.
EventVat is a in-process key/value store with an API inspired by Redis. It's event based, which means that when API calls are made or key/value pairs expire, events will be raised for which a callback can be provided. It supports 5 data types, `strings`, `numbers`, `booleans`, `arrays` and `hashes`

# Motivation

Expand Down

0 comments on commit 39a6dad

Please sign in to comment.