refactor(redis): require protocol in connection string
Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user