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 39a6dad commit ddb6172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

# Synopsis

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`
EventVat is a in-process key/value store with an API inspired by Redis. But it's also 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 ddb6172

Please sign in to comment.