GitHub user PragmaTwice added a comment to the discussion: Is lua script atomic execution guaranteed?
When `lua-strict-key-accessing` is `no`, a global lock is enabled for all EVAL/FCALL commands (slower); and when `lua-strict-key-accessing` is `yes`, EVAL/FCALL commands will be controlled by fine-grained key locks (faster). For both scenarios, atomic is guaranteed. GitHub link: https://github.com/apache/kvrocks/discussions/3489#discussioncomment-16946673 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
