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.
我可以有一个 ruby redis 流水线块,它管道一堆 redis 查询,但也有某些应该立即执行而不是作为管道的一部分的查询?
我能想到的一个非常基本的方法是创建 2 个连接到同一个 redis 服务器的 redis 实例,并为流水线查询运行一个实例,另一个用于直接查询。有更好的吗?