Bumped @keyv/redis and keyv libraries to resolve issues with invalid cache key resolution
Signed-off-by: eipc16 <pprzemek.312@gmail.com>
This commit is contained in:
-5
@@ -486,11 +486,6 @@ export interface Config {
|
||||
connection: string;
|
||||
/** An optional default TTL (in milliseconds, if given as a number). */
|
||||
defaultTtl?: number | HumanDuration | string;
|
||||
/**
|
||||
* Whether or not [useRedisSets](https://github.com/jaredwray/keyv/tree/main/packages/redis#useredissets) should be configured to this redis cache.
|
||||
* Defaults to true if unspecified.
|
||||
*/
|
||||
useRedisSets?: boolean;
|
||||
}
|
||||
| {
|
||||
store: 'memcache';
|
||||
|
||||
Reference in New Issue
Block a user