66 lines
1.7 KiB
Plaintext
66 lines
1.7 KiB
Plaintext
### 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=
|
|
|
|
### Option: Plugins.Redis.Sessions.*.User
|
|
# User to send to protected Redis server. "*" should be replaced with a session name.
|
|
#
|
|
# Mandatory: no
|
|
# Default: default
|
|
# Plugins.Redis.Sessions.*.User=
|
|
|
|
### 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.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=
|
|
|
|
### 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=
|
|
|
|
### 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=
|