diff --git a/src/cache/redis.ts b/src/cache/redis.ts index 8184f82..ce4ad70 100644 --- a/src/cache/redis.ts +++ b/src/cache/redis.ts @@ -4,7 +4,7 @@ import { connect, Redis, RedisConnectOptions -} from 'https://deno.land/x/redis@v0.14.1/mod.ts' +} from 'https://deno.land/x/redis@v0.22.0/mod.ts' /** Redis Cache Adapter for using Redis as a cache-provider. */ export class RedisCacheAdapter implements ICacheAdapter {