19 Commits (a1c2b654f899c7676ea6a0ab5455f9be1dbc28c4)

Author SHA1 Message Date
Bryan Donovan a1c2b654f8 WIP: working on fixing parallel requests issue 11 years ago
Evan Lucas 59e5a0188c Expose setex if exists and is a function 11 years ago
Bryan Donovan 03c00b2d70 allow calling memory store get() without callback 11 years ago
Bryan Donovan bff664192e adding caching.keys() function (issue #6) 11 years ago
Bryan Donovan 30678a1684 adding reset() function for issue #5 11 years ago
James afc70d8cd5 new arg to ignore cache errors. if set cache errors will be ignored and the cache_manager will go to the backing store 11 years ago
Boyan Rabchev 47ea588810 Bound the get, set and del functions to their original “this” context when assigning a store. 11 years ago
Bryan Donovan cb88ca1743 Wrapping synchronous memory cache callbacks in process.nextTick() 11 years ago
Bryan Donovan 4f8863cb12 WIP: adding redis example 11 years ago
Bryan Donovan 16d1024017 fixing multi_cache.wrap() when wrapped function calls back with an error 12 years ago
Bryan Donovan 0ae7a2b42b release 0.0.3 12 years ago
Bryan Donovan 275bcb00f4 testing that we can pass in a a store module 12 years ago
Bryan Donovan f08370677b spelling fix 12 years ago
Bryan Donovan fe8180689f minor cleanup in multi_caching.js 12 years ago
Bryan Donovan 0e765b6c4c note about redis store 12 years ago
Bryan Donovan 773e3f95b1 testing that we can use set() and del() without a callback 12 years ago
Bryan Donovan 204a712103 0.0.1 release 12 years ago
Bryan Donovan 2a51739456 changing "run()" to "wrap()", allowing us to pass in our own custom store. 12 years ago
Bryan Donovan eeb9f7f751 initial implementation 12 years ago