### Option: Plugins.Redis.Timeout
#	The maximum time (in seconds) for waiting when a request has to be done.
#
# Mandatory: no
# Range: 1-30
# Default:
# Plugins.Redis.Timeout=<Global timeout>

### Option: Plugins.Redis.KeepAlive
#	Time in seconds for waiting before unused connections will be closed.
#
# Mandatory: no
# Range: 60-900
# Default:
# Plugins.Redis.KeepAlive=300

### Option: Plugins.Redis.Sessions.*.Uri
#	Uri to connect. "*" should be replaced with a session name.
#
# Mandatory: no
# Range:
#   Must matches the URI format.
#   Supported schemas: "tcp" and "unix".
#   Embedded credentials will be ignored.
# Default:
# Plugins.Redis.Sessions.*.Uri=localhost:6379

### Option: Plugins.Redis.Sessions.*.User
#	User to send to protected Redis server. "*" should be replaced with a session name.
#
# Mandatory: no
# Default:
# Plugins.Redis.Sessions.*.User=default

### Option: Plugins.Redis.Sessions.*.Password
#	Password to send to protected Redis server. "*" should be replaced with a session name.
#
# Mandatory: no
# Default:
# Plugins.Redis.Sessions.*.Password=

### Option: Plugins.Redis.Sessions.*.TLSConnect
#	Client(Zabbix agent 2) TLS verification requirement. "*" should be replaced with a session name.
#		required    - encrypted, unverified (only for testing)
#		verify_ca   - encrypted, server certificate
#		verify_full - encrypted, server certificate and server name verified with SAN
#
#	An empty or unset value is treated as no tls.
#
# Mandatory: no
# Default:
# Plugins.Redis.Sessions.*.TLSConnect=

### Option: Plugins.Redis.Sessions.*.TLSCAFile
#	Full pathname of a file containing the top-level CA(s) certificates for
#	Redis server certificate verification.
#
# Mandatory: Yes, if TLSConnect is 'verify_ca' or 'verify_full'.
# Default:
# Plugins.Redis.Sessions.*.TLSCAFile=

### Option: Plugins.Redis.Sessions.*.TLSCertFile
#	Full pathname of a file containing the agent's certificate for client authentication.
#
# Mandatory: no
# Default:
# Plugins.Redis.Sessions.*.TLSCertFile=

### Option: Plugins.Redis.Sessions.*.TLSKeyFile
#	Full pathname of a file containing the agent's private key for client authentication.
#
# Mandatory: no
# Default:
# Plugins.Redis.Sessions.*.TLSKeyFile=

### Option: Plugins.Redis.Default.Uri
#	Uri to connect. Default value used if no other is specified.
#
# Mandatory: no
# Range:
#   Must matches the URI format.
#   Supported schemas: "tcp" and "unix".
#   Embedded credentials will be ignored.
# Default:
# Plugins.Redis.Default.Uri=localhost:6379

### Option: Plugins.Redis.Default.User
#	User to send to protected Redis server. Default value used if no other is specified.
#
# Mandatory: no
# Default: default
# Plugins.Redis.Default.User=default

### Option: Plugins.Redis.Default.Password
#	Password to send to protected Redis server. Default value used if no other is specified.
#
# Mandatory: no
# Default:
# Plugins.Redis.Default.Password=

### Option: Plugins.Redis.Default.TLSConnect
#	Client(Zabbix agent 2) TLS verification requirement.
#		required    - encrypted, unverified (only for testing)
#		verify_ca   - encrypted, server certificate
#		verify_full - encrypted, server certificate and server name verified with SAN
#
#	An empty or unset value is treated as no tls.
#
# Mandatory: no
# Default:
# Plugins.Redis.Default.TLSConnect=

### Option: Plugins.Redis.Default.TLSCAFile
#	Default full pathname of a file containing the top-level CA(s) certificates.
#
# Mandatory: no
# Default:
# Plugins.Redis.Default.TLSCAFile=

### Option: Plugins.Redis.Default.TLSCertFile
#	Default full pathname of a file containing the agent's certificate.
#
# Mandatory: no
# Default:
# Plugins.Redis.Default.TLSCertFile=

### Option: Plugins.Redis.Default.TLSKeyFile
#	Default full pathname of a file containing the agent's private key.
#
# Mandatory: no
# Default:
# Plugins.Redis.Default.TLSKeyFile=
