All Downloads are FREE. Search and download functionalities are using the official Maven repository.

brooklyn.entity.nosql.redis.slave.conf Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
# Redis configuration file

# Start as daemon
daemonize yes
pidfile ${driver.runDir}/pid.txt

# Set port and optional bind address
port ${entity.redisPort?c}
# bind ${entity.address}

# Slave configuration
slaveof ${entity.master.address} ${entity.master.redisPort?c}

# Configure logging
loglevel verbose
logfile ${driver.runDir}/redis.log




© 2015 - 2024 Weber Informatics LLC | Privacy Policy