我找不到任何有关Amazon ElastiCache操作一致性的文档。我特别感兴趣的是Get,Set,Delete操作。我发现的是我正在使用的库中delete
方法的描述:https://code.google.com/p/beitmemcached/
/// This method corresponds to the "delete" command in the memcache protocol.
/// It will immediately delete the given key and corresponding value.
/// Use the overloads to specify an amount of time the item should be in the delete queue on the server,
/// or to specify a custom hash to override server selection.
有人可以向我提供有关运营一致性的信息吗? (例如,“删除”操作的执行速度有多快?如果我之后尝试删除项目,是否会被删除?最终是否一致?)
答案 0 :(得分:-1)
TL;博士; Memcached的操作都是原子的
更多信息: