The native MongoDB client backed by a Redis client for caching.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Brett Langdon 4729979b99 added example script 13 years ago
lib refactored our duplicate code 13 years ago
.gitignore Initial commit 13 years ago
README.md updated readme 13 years ago
example.js added example script 13 years ago
package.json initial code commit 13 years ago

README.md

redmongo

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.