### Option: Plugins.Redis.Uri # Uri to connect. Can be overwritten by the first parameter of an item's key. # # Mandatory: no # Range: # Must matches the URI format. # Supported schemas: "tcp" and "unix". # Embedded credentials will be ignored. # Default: # Plugins.Redis.Uri=tcp://localhost:6379 ### 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= ### 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.*.Password # Password to send to protected Redis server. "*" should be replaced with a session name. # # Mandatory: no # Default: # Plugins.Redis.Sessions.*.Password=