DB_REDIS_HOST
127.0.0.1
DB_REDIS_PORT
6379
DB_REDIS_DB
0
DB_REDIS_USERNAME
null
DB_REDIS_PASSWORD
null
DB_REDIS_KEY_PREFIX
null
DB_REDIS_HOST
and DB_REDIS_PORT
, but not DB_REDIS_DB
or DB_REDIS_PASSWORD
. More details can be found in the ioredis
documentation for Redis Sentinel.DB_REDIS_SENTINELS
null
host
and port
of Sentinels to connect to.DB_REDIS_SENTINEL_PASSWORD
null
DB_REDIS_INSTANCE_NAME
mymaster
DB_REDIS_HOST
and DB_REDIS_PORT
, but not DB_REDIS_DB
or DB_REDIS_PASSWORD
. More details can be found in the ioredis
documentation for Redis Cluster.DB_REDIS_CLUSTER_NODES
[]
host
and port
of Nodes to connect to.