https://github.com/cbess/node-multicache
A simple caching system for node.js that supports Redis, Memcache, and system memory as cache backends.
https://github.com/cbess/node-multicache
Last synced: 11 months ago
JSON representation
A simple caching system for node.js that supports Redis, Memcache, and system memory as cache backends.
- Host: GitHub
- URL: https://github.com/cbess/node-multicache
- Owner: cbess
- License: mit
- Created: 2013-12-01T07:02:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-01T07:07:58.000Z (over 12 years ago)
- Last Synced: 2025-03-06T19:43:40.646Z (over 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Multicache
A simple caching system for node.js that supports Redis, Memcache, and system memory as cache backends.
## General
Provides access to multiple cache backends through a consistent, easy to use API.
## Examples
See `tests` directory for more details.
## License
MIT