redis

Version

Syntax

redis:
connectionNumber: <number>
dbNumber: <number>
host: <string>
masterName: <string>
minIdleConnection: <number>
password: <string>
port: <number>
ssl: <boolean>
timeout: <number>
user: <string>
useSentinels: <boolean>
redis:
  connectionNumber: <number>
  dbNumber: <number>
  host: <string>
  masterName: <string>
  minIdleConnection: <number>
  password: <string>
  port: <number>
  ssl: <boolean>
  timeout: <number>
  user: <string>
  useSentinels: <boolean>

Attributes

NameRequiredDefaultDescriptionExamples
connectionNumberfalse---
dbNumberfalse-Database number to use-
hostfalse-Host name to connect to, or multiple host names separated by spaces ' '.-
masterNamefalsemymaster--
minIdleConnectionfalse---
passwordfalse-Password to use when connecting redis.-
portfalse-Port number to connect to-
sslfalse-Used for enabling ssl. Default value is false-
timeoutfalse-Timeout value when connecting to Redis instance. Default is 10000 milliseconds. Unit is in milliseconds-
userfalse-Username to use when connecting redis.-
useSentinelsfalsefalse--

Can be used in