2
我使用redis來存儲特定於我的應用程序的數據。我們想要添加websockets到我們的應用程序。我知道redis是使用websocket-rails
寶石所必需的。但是在使用redis做其他事情時似乎有衝突。有沒有人使用過Rails 4,Redis和websocket-rails
寶石?看起來這個組合(Rails 4 + Redis + websocket-rails)不是穩定的b/c用於em-synchrony
寶石。Redis + websocket-rails(使用Redis進行多項服務)
我試過這個組合,我的服務器是thin
和unicorn
。看來,獨角獸/美洲獅不是用於websocket-rails
。
開放問題是: https://github.com/websocket-rails/websocket-rails/issues/231 https://github.com/websocket-rails/websocket-rails/issues/191