update redis

This commit is contained in:
mierenmanz 2021-04-29 22:26:27 +02:00
parent 8c4f0d948d
commit a013388ec9
1 changed files with 1 additions and 1 deletions

2
src/cache/redis.ts vendored
View File

@ -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 {