properly point redisServerConf to redis.conf

This commit is contained in:
jskelcy 2019-12-05 13:43:41 -05:00 committed by jskelcy
parent 23b47cf42f
commit c2e92153ba
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ func (p *redisProcess) Close() error {
var (
redisServerBin, _ = filepath.Abs(filepath.Join("testdata", "redis", "src", "redis-server"))
redisServerConf, _ = filepath.Abs(filepath.Join("testdata", "redis.conf"))
redisServerConf, _ = filepath.Abs(filepath.Join("testdata", "redis", "redis.conf"))
)
func redisDir(port string) (string, error) {