Revision as of 20:49, July 22, 2020 by Llannoye (talk | contribs)
Jump to: navigation, search

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.

Important
The host option has been deprecated in release 9.0.005.43 and is replaced with the uri configuration option. The host option can still be used if uri is not present or if it is set as an empty string.

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.

Important
The port option has been deprecated in release 9.0.005.43 and is replaced with the uri configuration option. The port option can still be used if uri is not present or if it is set as an empty string.

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

Comments or questions about this documentation? Contact us for support!