Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560620 - dev-db/redis allow easiest preparing of redis cluster
Summary: dev-db/redis allow easiest preparing of redis cluster
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-16 11:07 UTC by Marcin Mirosław
Modified: 2018-08-24 22:58 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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"