mikro-orm-cache-adapter-redis
Advanced tools
Comparing version 0.1.2 to 0.1.3
import { CacheAdapter } from '@mikro-orm/core'; | ||
import { RedisOptions } from 'ioredis'; | ||
interface RedisCacheAdapterOptions extends RedisOptions { | ||
export interface RedisCacheAdapterOptions extends RedisOptions { | ||
debug?: boolean; | ||
@@ -14,2 +14,1 @@ } | ||
} | ||
export {}; |
{ | ||
"name": "mikro-orm-cache-adapter-redis", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A redis cache adapter for mikro-orm", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
8823
146