@type-cacheable/redis-adapter
Advanced tools
Comparing version 12.0.1 to 12.1.0
@@ -1,2 +0,2 @@ | ||
import { RedisClientType } from '@node-redis/client/dist/lib/client'; | ||
import { RedisClientType } from '@redis/client/dist/lib/client'; | ||
import { CacheClient } from '@type-cacheable/core'; | ||
@@ -29,2 +29,2 @@ export declare class RedisAdapter implements CacheClient { | ||
} | ||
export declare const useAdapter: (client: RedisClientType, asFallback?: boolean | undefined) => RedisAdapter; | ||
export declare const useAdapter: (client: RedisClientType, asFallback?: boolean) => RedisAdapter; |
{ | ||
"name": "@type-cacheable/redis-adapter", | ||
"version": "12.0.1", | ||
"version": "12.1.0", | ||
"description": "Adapter for using redis with type-cacheable", | ||
@@ -38,13 +38,13 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@type-cacheable/core": "^10.1.0", | ||
"@types/jest": "^27.0.0", | ||
"@type-cacheable/core": "^10.1.1", | ||
"@types/jest": "^27.5.2", | ||
"@types/redis": "^4.0.11", | ||
"jest": "^27.4.7", | ||
"redis": "^4.0.1", | ||
"redis": "^4.1.0", | ||
"ts-jest": "^27.1.0", | ||
"typescript": "^4.4.3" | ||
"typescript": "^4.7.2" | ||
}, | ||
"peerDependencies": { | ||
"@type-cacheable/core": "^10.0.0", | ||
"redis": "^4.0.0" | ||
"redis": "^4.1.0" | ||
}, | ||
@@ -54,3 +54,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "1797dbc3ee484d3143ee5dcfbb33699d6ddf8bb6" | ||
"gitHead": "72e98d06b0c75b8dbda0ea1d5d6529f175b90182" | ||
} |
21231