fix : add the tls support for the redis cache
This commit is contained in:
11
CONFIG.md
11
CONFIG.md
@@ -601,8 +601,19 @@ cache:
|
||||
addr: 10.81.192.4:6379
|
||||
```
|
||||
|
||||
**Or with TLS enabled:**
|
||||
|
||||
```yaml
|
||||
cache:
|
||||
id: cache
|
||||
config:
|
||||
addr: redis.example.com:6380
|
||||
use_tls: "true"
|
||||
```
|
||||
|
||||
**Parameters**:
|
||||
- `addr`: Redis server address and port
|
||||
- `use_tls`: Enable TLS connection to Redis (`"true"` to enable, omit or any other value to disable). Default: disabled.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user