gitlab 5.0 redis issue with separate redis server.
Created by: leopku
I am using app&db splitting model. So my mysql & redis servers are all running in other machines alone with rails app.
Resque.yml was set with correct IP. But when starting gitlab, It seems gitlab still try connecting 127.0.0.1:6379. The error log was:
cache error: Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)
Currently, I installed a redis-server in rails apps machine for a temporary solution.