ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

Redis guarantees the scripts atomic execution.

Redis guarantees the scripts atomic execution.

Scripting with Lua | Docs

Redis guarantees the script's atomic execution. While executing the script, all server activities are blocked during its entire runtime. These semantics mean that all of the script's effects either have yet to happen or had already happened.

 

返回列表