@deboxsoft/module-server
Advanced tools
Comparing version 2.3.5 to 2.3.6
{ | ||
"name": "@deboxsoft/module-server", | ||
"version": "2.3.5", | ||
"version": "2.3.6", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -1,12 +0,6 @@ | ||
import { RedisOptions, Redis as RedisType, Cluster } from "ioredis"; | ||
import { RedisOptions } from "ioredis"; | ||
import { CacheStore } from "./types"; | ||
export declare type OptionsIoRedis = RedisOptions; | ||
declare type IoredisStore = CacheStore & { | ||
name: string; | ||
isCacheableValue: (value: any) => boolean; | ||
getClient(): RedisType | Cluster; | ||
}; | ||
export declare const ioredisStore: { | ||
create: (...args: any[]) => Partial<IoredisStore>; | ||
create: (...args: any[]) => CacheStore; | ||
}; | ||
export {}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
194248
6338