Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brettlangdon/redmongo
The native MongoDB client backed by a Redis client for caching.
https://github.com/brettlangdon/redmongo
Last synced: about 1 month ago
JSON representation
The native MongoDB client backed by a Redis client for caching.
- Host: GitHub
- URL: https://github.com/brettlangdon/redmongo
- Owner: brettlangdon
- Created: 2012-11-06T03:25:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-06T03:41:04.000Z (about 12 years ago)
- Last Synced: 2024-10-12T22:44:55.060Z (3 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.