core.io-cache-redis
Advanced tools
Comparing version 0.8.0 to 0.9.0
{ | ||
"name": "core.io-cache-redis", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Redis cache module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,1 +6,2 @@ export const init: (context: any, config: any) => any; | ||
export const createClient: typeof import("./lib/createClient"); | ||
export const UUID_CACHE_MATCHER: RegExp; |
@@ -136,5 +136,4 @@ export = CacheClient; | ||
declare namespace CacheClient { | ||
export { defaults }; | ||
export const UUID_CACHE_MATCHER: RegExp; | ||
export { options }; | ||
} | ||
import { defaults } from "./defaults"; | ||
import { options } from "./defaults"; |
@@ -42,3 +42,3 @@ export = BatchCacheClient; | ||
declare namespace BatchCacheClient { | ||
export { UUID_CACHE_MATCHER, GetBatchOptions }; | ||
export { GetBatchOptions }; | ||
} | ||
@@ -45,0 +45,0 @@ import CacheClient = require("./cache"); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40678
21
1050