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.
一連の redis クエリをパイプするが、パイプラインの一部としてではなく、すぐに実行する必要がある特定のクエリも含む ruby redis パイプライン化ブロックを使用できますか?
私が考えることができる非常に基本的な方法は、同じ redis サーバーに接続された 2 つの redis インスタンスを作成し、1 つのインスタンスをパイプライン化されたクエリ用に実行し、もう 1 つのインスタンスを即時のクエリ用に実行することです。もっと良いものはありますか?