39 Commits (6fc00781c7926091e716dc5bc899b9fd7614957e)

Author SHA1 Message Date
Bryan Donovan 01a232411a minor test changes, jscs rule update 10 years ago
Sean Cady 519e745fa6 updating code styling to match the rest of repo 10 years ago
Sean Cady 3f4389c869 Updated options in caching to replace t/l object. Added more test cases. 10 years ago
Bryan Donovan d49720560f another test for #21 10 years ago
Bryan Donovan 7bd4757bde test case for issue #21 10 years ago
Sean Cady 8ee4c797f2 Hint fixes. Removing relaxing options. 10 years ago
Sean Cady 1c341dd985 test cases passing. but not enough coverage. 10 years ago
Sean Cady 6249034237 Relaxing JSHint options for "too many parameters" Not sure the best way to handle this for option parameters, such as options 10 years ago
Sean Cady 0af1535383 Added Options capability to Get, Set, and Delete. This can be used to pass additional parameters to the cache services. 10 years ago
Sean Cady ef044b8902 Fix incorrect timeout location 10 years ago
Bryan Donovan 4e3fb2c5ed jscs update 10 years ago
Raadad Elsleiman 9bca5e674a fixing handling of falsy valus in get_and_pass_up 10 years ago
Raadad Elsleiman 2cb74a032d get and pass up feature to update higher caches 10 years ago
Alejandro Torrado a6cb2983b8 Unit tests for thrown errors in the work function. 10 years ago
Bryan Donovan 7d01586706 adding JSCS 10 years ago
nguyenchr cca63f92d1 Allow ttl to be passed into wrap() 10 years ago
Bryan Donovan ea062a888e unit test for parallel calls to multi-cache 10 years ago
Bryan Donovan d38e274a30 checking for existence of del() method before binding to it 10 years ago
Bryan Donovan cf442ab47d Fixing parallel wrapped function calls - issue #8 11 years ago
Bryan Donovan a1c2b654f8 WIP: working on fixing parallel requests issue 11 years ago
Bryan Donovan 48d6b4b829 unit test for setex() 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 1a0150b759 fixing misleading typo in caching.unit.js reset() test 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
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 cdb1ff0514 typo fix 12 years ago
Bryan Donovan ddede735f7 test that we do not need callbacks for set() and del() in multi_caching 12 years ago
Bryan Donovan 773e3f95b1 testing that we can use set() and del() without a callback 12 years ago
Bryan Donovan b082a4cf2b minor test refactoring 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