Jonathan Cobb 4 лет назад
Родитель
Сommit
29c7fb5f96
2 измененных файлов: 1 добавлений и 2 удалений
  1. +0
    -1
      bin/jenkins/redis.conf.hbs
  2. +1
    -1
      bin/jenkins/test-redis

+ 0
- 1
bin/jenkins/redis.conf.hbs Просмотреть файл

@@ -18,6 +18,5 @@ dir /tmp/redis-{{BUBBLE_REDIS_PORT}}
lazyfree-lazy-eviction no
lazyfree-lazy-expire no
lazyfree-lazy-server-del no
replica-lazy-flush no
appendonly no
appendfilename "appendonly-{{BUBBLE_REDIS_PORT}}.aof"

+ 1
- 1
bin/jenkins/test-redis Просмотреть файл

@@ -30,7 +30,7 @@ function start_redis() {
cat ${THISDIR}/redis.conf.hbs | sed -e "s/{{BUBBLE_REDIS_PORT}}/${port}/g" > ${REDIS_CONF} || die "Error writing redis configuration to ${REDIS_CONF}"

echo "Starting redis..."
redis-server ${REDIS_CONF}
redis-server ${REDIS_CONF} || die "Error starting redis"
echo "Redis successfully started on port ${port}"
}



Загрузка…
Отмена
Сохранить