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.
我正在通过 检索一些数据GetView。但是在执行一些更新操作时,我得到了延迟。可以使用 CAS 来避免这种情况,还是有其他可用的选项。
GetView
谢谢
CAS 用于保持 get 和 set 操作之间的一致性。CAS 无法减少延迟。