Browse Source

updated readme

master
Brett Langdon 13 years ago
parent
commit
0908dd4de3
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      README.md

+ 7
- 1
README.md View File

@ -1,4 +1,10 @@
redmongo
========
The native MongoDB client backed by a Redis client for caching.
The native MongoDB client backed by a Redis client for caching.
This is mainly a for fun project. Combining the native MongoDB client with
a Redis client in front for caching of queries.
Right now it just caches simple `findOne` queries. In the future maybe I'll have it cache
larger queries and cache result sets. I also plan on having it use TTL for the cached results.

Loading…
Cancel
Save