Merge pull request #19849 from raffitamizian/add-use-redis-sets

Exposes the useRedisSets config option for keyv redis
This commit is contained in:
Fredrik Adelöw
2023-10-11 11:28:04 +02:00
committed by GitHub
4 changed files with 77 additions and 23 deletions
+3
View File
@@ -323,8 +323,11 @@ 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