GitHub user jihuayu edited a comment on the discussion: Is lua script atomic execution guaranteed?
Yes, it can be guaranteed. By default, write scripts are made atomic by a global exclusivity lock (EVAL/FCALL are exclusive when lua-strict-key-accessing=no) cc @git-hulk Please confirm that my understanding is accurate. GitHub link: https://github.com/apache/kvrocks/discussions/3489#discussioncomment-16944495 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
