brooklyn.entity.nosql.redis.redis.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-software-nosql Show documentation
Show all versions of brooklyn-software-nosql Show documentation
Brooklyn entities for NoSQL data store software entities
# 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}
# Configure logging
loglevel verbose
logfile ${driver.runDir}/redis.log