From 0908dd4de3b5de6562a8b9ecfdd1b20b17291925 Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Mon, 5 Nov 2012 22:29:13 -0500 Subject: [PATCH] updated readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e54e2e..d7cbc5c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ redmongo ======== -The native MongoDB client backed by a Redis client for caching. \ No newline at end of file +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. \ No newline at end of file