Revision as of 20:40, 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:
Valid values: redis://<host>:[port] and rediss://<host>:[port]
Changes Take Effect: Immediately

A new URI-compliant way to represent a single node unsecured (redis://<host>:[port]) or secured with TLS protocol (rediss://<host>:[port]) Redis connection. Port can be skipped if equal to default 6379 value. Host can be represented as an IP or host name. This option affects configuration only for [redis] type=basic.

sentinels

Default value:
Valid values:
Changes Take Effect:

Need description

type

Default value:
Valid values:
Changes Take Effect:

Need description

master

Default value:
Valid values:
Changes Take Effect:

Need description

password

Default value:
Valid values:
Changes Take Effect:

Need description

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