redis-sentinel job from redis/15.3.1
Github source:
69c1a2a 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(frombin/pre_start.sh)bin/wrapper.sh(frombin/wrapper.sh)config/bpm.yml(fromconfig/bpm.yml.erb)config/sentinel.conf(fromconfig/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.