Syntax
redis:
connectionNumber: <int>
dbNumber: <int>
host: <string>
masterName: <string>
minIdleConnection: <int>
password: <string>
port: <int>
ssl: <boolean>
timeout: <int>
user: <string>
useSentinels: <boolean>redis: connectionNumber: <int> dbNumber: <int> host: <string> masterName: <string> minIdleConnection: <int> password: <string> port: <int> ssl: <boolean> timeout: <int> user: <string> useSentinels: <boolean>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| connectionNumber | false | - | - | - |
| dbNumber | false | - | Database number to use | - |
| host | false | - | Host name to connect to, or multiple host names separated by spaces ' '. | - |
| masterName | false | mymaster | - | - |
| minIdleConnection | false | - | - | - |
| password | false | - | Password to use when connecting redis. | - |
| port | false | - | Port number to connect to | - |
| ssl | false | - | Used for enabling ssl. Default value is false | - |
| timeout | false | - | Timeout value when connecting to Redis instance. Default is 10000 milliseconds. Unit is in milliseconds | - |
| user | false | - | Username to use when connecting redis. | - |
| useSentinels | false | false | - | - |