GitHub user git-hulk added a comment to the discussion: Improve the Kvrocks's documentation
- read-only: this command is read-only - ok-loading: this command is allowed to run while loading the data, like the info command - no-multi: this command can't be used inside the multi-exec transaction - no-script: this command can't be running inside Lua script, like the blocking command: B[L|R]POP - exclusive: it will use an exclusive lock between workers while running this command - write: it's a write operation command and cannot run if exceeds the max size of DB GitHub link: https://github.com/apache/kvrocks/discussions/2001#discussioncomment-8133634 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
