refactor(redis): require protocol in connection string

Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
Phil Kuang
2022-03-01 18:21:32 -05:00
parent da0675bf9f
commit 9a0510144f
5 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ backend:
backend:
cache:
store: redis
connection: user:pass@cache.example.com:6379
connection: redis://user:pass@cache.example.com:6379
```
Contributions supporting other cache stores are welcome!