GitHub user git-hulk added a comment to the discussion: Is lua script atomic execution guaranteed?
Yes, EVAL/FCALL behaves like Redis by using the global exclusivity lock between threads. And `lua-strict-key-accessing` controls whether it can access other keys except for keys in the command arguments. GitHub link: https://github.com/apache/kvrocks/discussions/3489#discussioncomment-16944963 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
