Contents
redis Section
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.
