I got error NOAUTH Authentication required when I connect to Redis server via command: redis-cli and run ping to check if Redis is
redis-cli
ping
I Have the same problem. after that I'm set requirepass for the redis server. And add that password in initializer/redis.rb
requirepass
redis
initializer/redis.rb
$redis = Redis.new(:password=>"****")
It works fine