@acuris/leprechaun-cache
Advanced tools
Comparing version 0.0.4 to 0.0.5
export * from './leprechaun-cache'; | ||
export * from './storage'; | ||
export * from './types'; |
@@ -7,2 +7,3 @@ "use strict"; | ||
__export(require("./leprechaun-cache")); | ||
__export(require("./storage")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@acuris/leprechaun-cache", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Caching library that supports double checked caching and stale returns to avoid stampede and slow responses", |
@@ -11,3 +11,3 @@ # leprechaun-cache | ||
Currently only supports redis (via node_redis) as a backend store, but it is easy to create your own store as long as it is able to support distributed locking | ||
Currently only supports redis (via node_redis) as a backend store and a simple in-memory store for testing, but it is easy to create your own store as long as it is able to support distributed locking | ||
@@ -14,0 +14,0 @@ Usage: |
export * from './leprechaun-cache' | ||
export * from './storage' | ||
export * from './types' |
Sorry, the diff of this file is not supported yet
39446
34
637