Closed msohailhussain closed 2 years ago
To enable redis datafile cache service, Update the config.yaml file with your datafileCacheService config as shown below:
config.yaml
datafileCacheService
## Datafile cache to save initial datafile fetch call in a multi-node environment. datafileCacheService: enabled: true services: redis: host: "your_redis_host_address" password: "your_password" database: 0
Summary
Tests
Redis Datafile Cache Service
To enable redis datafile cache service, Update the
config.yaml
file with yourdatafileCacheService
config as shown below: