Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、同じ Rails アプリから、「localhost:6379」にある 1 つの redis データベースに電子メールをキューに入れ、「10.0.0.5:6379」にある別の redis データベースにインポートできるようにしたいと考えています。
これにより、redis接続アプリが広く設定されているようです。Resque.redis = "localhost:6379"
Resque で複数の redis 接続をインスタンス化して使用する方法はありますか?
このプロジェクトは、私が探しているものを実行します!
https://github.com/redsquirrel/resque_redis_composite