Contents
redis Section
CB-7404
host
Default value: localhost
Valid values: Either a domain name or IP address (IPv4 or IPv6)
Changes Take Effect: After Co-browse server restart
Specifies the hostname where Redis is deployed.
port
Default value: 6379
Valid values: Valid port
Changes Take Effect: After Co-browse server restart
Specifies the port on the host where Redis is deployed. If the host option is specified, the port must also be specified.
ttl
Default value: 1h
Valid values: A time duration, such as 1d, 1h, 30min, 30m, 3600s, 3600sec, and so on.
Changes Take Effect: Immediately
Specifies the period of time that an entity will be stored on Redis before expiration.
cache.ttl
Default value: 1d
Valid values: A time duration, such as 1d, 1h, 30min, 30m, 3600s, 3600sec, and so on.
Changes Take Effect: Immediately
Specifies the period of time that a static resource cache entity will be stored on Redis before expiration.
uri
Default value: None
Valid values: redis://<host>:[port] and rediss://<host>:[port]
Changes Take Effect: After restart or Immediately?
A URI-compliant way to represent a single node Redis connection either unsecured (redis://<host>:[port]) or secured with TLS protocol (rediss://<host>:[port]). The port can be skipped if it is equal to the default 6379 value. The host can be represented as an IP or hostname. This option affects configuration only for [redis] type=basic.
sentinels
Default value: None
Valid values: <host>:<port>
Changes Take Effect: After restart or Immediately?
A comma-separated list of <host>:<port> sentinels for a Redis cluster. The host can be represented as an IP or hostname. Additional information about Redis sentinel set up can be found in the Redis documentation. This option affects configuration only for [redis]/type=sentinel.
type
Default value:
Valid values:
Changes Take Effect: After restart or Immediately?
Need description
master
Default value:
Valid values:
Changes Take Effect: After restart or Immediately?
Need description
password
Default value:
Valid values:
Changes Take Effect:
Need description
