0
私はエラーのRedis :: CannotConnectError(エラーローカルホスト上のRedisに接続する:6379(ERRNO :: ECONNREFUSED)):私のHerokuの上
Redis::CannotConnectError (Error connecting to Redis on localhost:6379 (Errno::ECONNREFUSED)):
2016-04-14T09:25:04.155091+00:00 app[web.1]: app/controllers/users /registrations_controller.rb:123:in `send_confirmation_email'
2016-04-14T09:25:04.155092+00:00 app[web.1]: app/controllers/users/registrations_controller.rb:49:in `daycare'
を取得し、私もRedis to go
uri = URI.parse(ENV ["REDISTOGO_URL"]) redis.rbでREDIS = Redis.new(:url => uri)を設定しましたが、同じエラー:? –
あなたのアプリにはenv varが定義されていますか? –