update redis
This commit is contained in:
parent
8c4f0d948d
commit
a013388ec9
1 changed files with 1 additions and 1 deletions
2
src/cache/redis.ts
vendored
2
src/cache/redis.ts
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue