mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
b30558c77c
no issue Allows to enable cache via hostSettings.statsCache.enabled. This will need proper cache timeouts in order to function correctly. Usage in config: ``` "hostSettings": { "statsCache": { "enabled": true } }, "adapters": { "cache": { "Redis": { "host": "127.0.0.1", "port": 6379, "username": "", "password": "", "ttl": 60, "storeConfig": { "maxRetriesPerRequest": 1, "enableOfflineQueue": false, "retryConnectSeconds": 60 } }, "stats": { "adapter": "Redis", "ttl": 3600, "refreshAheadFactor": 1, "keyPrefix": "site:123456:stats" } } }, ``` |
||
---|---|---|
.. | ||
e2e-api | ||
e2e-browser | ||
e2e-frontend | ||
e2e-server | ||
e2e-webhooks | ||
integration | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.js |