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" } } }, ``` |
||
---|---|---|
.. | ||
__snapshots__ | ||
jobs | ||
services | ||
1-options-requests.test.js | ||
admin.test.js | ||
click-tracking.test.js | ||
well-known.test.js |