Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 560620

Summary: dev-db/redis allow easiest preparing of redis cluster
Product: Gentoo Linux Reporter: Marcin Mirosław <bug>
Component: Current packagesAssignee: Ultrabug <ultrabug>
Status: RESOLVED OBSOLETE    
Severity: enhancement CC: jstein, lu_zero, robbat2
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marcin Mirosław 2015-09-16 11:07:22 UTC
At now conf.d/redis isn't prepared to use it in multinstances enviroment, there is:
REDIS_CONF="/etc/redis.conf"
REDIS_PID="/var/run/redis/redis.pid"

But it would be better to have:
REDIS_CONF="/etc/${SVCNAME}.conf"
REDIS_PID="/var/run/redis/${SVCNAME}.pid"