Merge pull request #27716 from eipc16/pp/upgrade-keyvredis

Fixed cache key resolution for redis store with useRedisSets set to false
This commit is contained in:
Patrik Oldsberg
2024-11-26 12:04:18 +01:00
committed by GitHub
9 changed files with 298 additions and 73 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