@type-cacheable/redis-adapter
Advanced tools
Comparing version 14.0.0 to 14.0.1
@@ -0,0 +0,0 @@ import { RedisClientType } from '@redis/client/dist/lib/client'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@type-cacheable/redis-adapter", | ||
"version": "14.0.0", | ||
"version": "14.0.1", | ||
"description": "Adapter for using redis with type-cacheable", | ||
@@ -40,3 +40,3 @@ "main": "dist/index.js", | ||
"@types/redis": "^4.0.11", | ||
"redis": "^4.1.0", | ||
"redis": "^4.5.0", | ||
"typescript": "^4.7.2" | ||
@@ -46,3 +46,3 @@ }, | ||
"@redis/client": "^1.1.0", | ||
"@type-cacheable/core": "^10.0.0" | ||
"@type-cacheable/core": "^11.0.0" | ||
}, | ||
@@ -49,0 +49,0 @@ "dependencies": { |
20070