We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddebdef commit 460475dCopy full SHA for 460475d
elasticsearch-rails/lib/rails/templates/03-expert.rb
@@ -34,7 +34,8 @@
34
rescue Redis::CannotConnectError
35
puts
36
say_status "ERROR", "Redis not available", :red
37
- say_status "", "This template uses an asynchronous indexer via Sidekiq, and requires a running Redis server."
+ say_status "", "This template uses an asynchronous indexer via Sidekiq, and requires a running Redis server.
38
+ Make sure you have installed Redis (brew install redis) and that you have launched the server"
39
exit(1)
40
end
41
0 commit comments