mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +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" } } }, ``` |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.e2e.json | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
monobundle.js | ||
newrelic.js | ||
package.json | ||
playwright.config.js |