Skip to content

redis-sentinel job from redis/15.3.5

Github source: 394cb38 or master branch

Properties

base_dir

Base dir for storing database files

Default
/var/vcap/data/redis-sentinel

redis

maxclients

Set the max number of connected clients at the same time.

Default
10000

sentinel

port

Port to listen for requests to redis server

Default
26379

quorum

Quorum for “# sentinel monitor “

Default
2

redis_port

Port your redis slaves are running on

Default
6379

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/redis-sentinel/ directory (learn more).

  • bin/pre_start.sh (from bin/pre_start.sh)
  • bin/wrapper.sh (from bin/wrapper.sh)
  • config/bpm.yml (from config/bpm.yml.erb)
  • config/sentinel.conf (from config/sentinel.conf.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.