0

rake タスクで websockets を使用する必要があるため、event.rbを次のように変更しました。

 config.synchronize = true  
  # Uncomment and edit to point to a different redis instance.
  # Will not be used unless standalone or synchronization mode
  # is enabled.
 config.redis_options = {:host => 'localhost', :port => '3000'}

Railsサーバーを起動すると、次のエラーが発生します。

! Invalid request
Exiting
/usr/local/rvm/gems/ruby-1.9.3-p194@socialmail/gems/redis-3.0.4/lib/redis/connection/synchrony.rb:115:in `read':  Got 'Protocol error, got "H" as reply type byte' as initial reply byte. If you're in a forking environment, such as Unicorn, you need to connect to Redis after forking.  (Redis::ProtocolError)

私は何を間違っていますか?

ありがとう

4

1 に答える 1