1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

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

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) {