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.
ソートされたセットの同じ要素に対して 2 つのワーカーが同時に ZREM を呼び出すとどうなりますか? 要素を実際に削除するワーカーに true を返し、要素が存在しないことを示すために他のワーカーに false を返しますか、それとも両方に true を返しますか? 言い換えれば、ZREM は内部的にアトミックですか?