3.8.2. 単一の Redis 設定オプション
以下の設定は、オプションの読み取り専用レプリカを持つ単一の Redis インスタンス用です。
DATA_MODEL_CACHE_CONFIG:
engine: redis
redis_config:
primary:
host: <host>
port: <port>
password: <password if ssl is true>
ssl: <true | false >
replica:
host: <host>
port: <port>
password: <password if ssl is true>
ssl: <true | false >