Fix session memcache variable name (#6830)

This commit is contained in:
Dieter Luypaert
2021-07-15 23:21:53 +02:00
committed by GitHub
parent 262e8cdbb8
commit 99184a2fd7

View File

@@ -196,9 +196,9 @@ Alternatively, you can provide the individual connection parameters:
### Memcache
| Variable | Description | Default Value |
| ------------------ | ---------------------------------- | ------------- |
| `SESSION_MEMCACHE` | Location of your memcache instance | --- |
| Variable | Description | Default Value |
| ------------------------ | ---------------------------------- | ------------- |
| `SESSION_MEMCACHE_HOSTS` | Location of your memcache instance | --- |
### Database