Exposes the useRedisSets config option for keyv redis

Signed-off-by: raffitamizian <r.tamizian@gmail.com>
This commit is contained in:
raffitamizian
2023-09-08 14:43:18 +01:00
parent 8d5e6825f1
commit 2a40cd46a8
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