摘要:
cap理论 https://en.wikipedia.org/wiki/CAP_theorem c : consistency 一致性,关于一致性主要是针对数据强一致性,要求每次读取操作都会获取到最新的数据 a : available 可用性,每次请求都能收到一个没有错误的请求,但不能保证得到的数据 阅读全文
摘要:
https://redis.io/commands/eval Atomicity of scripts Redis uses the same Lua interpreter to run all the commands. Also Redis guarantees that a script i 阅读全文