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:
eipc16
2024-11-19 14:53:18 +01:00
parent 5550aa7433
commit de6f280dfa
7 changed files with 154 additions and 39 deletions
-3
View File
@@ -323,11 +323,8 @@ backend:
cache:
store: redis
connection: redis://user:pass@cache.example.com:6379
useRedisSets: true
```
The useRedisSets flag is explained [here](https://github.com/jaredwray/keyv/tree/main/packages/redis#useredissets).
Contributions supporting other cache stores are welcome!
## Containerization