@type-cacheable/redis-adapter
Advanced tools
Comparing version 8.0.6 to 9.0.1
{ | ||
"name": "@type-cacheable/redis-adapter", | ||
"version": "8.0.6", | ||
"version": "9.0.1", | ||
"description": "Adapter for using redis with type-cacheable", | ||
@@ -38,2 +38,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@type-cacheable/core": "^9.0.1", | ||
"@types/jest": "^26.0.0", | ||
@@ -47,9 +48,9 @@ "@types/redis": "^2.8.13", | ||
"peerDependencies": { | ||
"@type-cacheable/core": "^8.0.5", | ||
"redis": "^3.0.2" | ||
}, | ||
"dependencies": { | ||
"@type-cacheable/core": "^8.0.5", | ||
"compare-versions": "^3.6.0" | ||
}, | ||
"gitHead": "7ac5ff2c0b600938d7f7ae879b16ee36b169cf7e" | ||
"gitHead": "b667a76bdef5ae84d5d4cac1fef6c9721e00c3cb" | ||
} |
@@ -31,2 +31,2 @@ # @type-cacheable/redis-adapter | ||
Then you can rely on the `@Cacheable`, `@CacheUpdate`, and `@CacheClear` decorators from `@type-cacheable/core`. [See core documentation](https://github.com/joshuaslate/type-cacheable/tree/master/packages/core) | ||
Then you can rely on the `@Cacheable`, `@CacheUpdate`, and `@CacheClear` decorators from `@type-cacheable/core`. [See core documentation](https://github.com/joshuaslate/type-cacheable/tree/main/packages/core) |
23432
7
- Removed@type-cacheable/core@^8.0.5