optimizely / agent

Agent service for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
Apache License 2.0
31 stars 26 forks source link

feat(datafile-cache): Add support for datafile cache service. #340

Closed msohailhussain closed 2 years ago

msohailhussain commented 2 years ago

Summary

Tests

Redis Datafile Cache Service

To enable redis datafile cache service, Update the config.yaml file with your datafileCacheService config as shown below:

## 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