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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user