GitHub user xiaobiaozhao created a discussion: add EVAL_RO & EVALSHA_RO
1. Each worker thread contains a Lua VM, the Lua VM shared with all connections on this thread. This VM specifically executes the EVAL_RO command. 2. Each connection's commends is pipeline runing. 3. Each worker's connetions send a lot of commands to kvrocks at the same time, but the same thread will exec command one by one. So the same thread can share one Lua VM.  GitHub link: https://github.com/apache/incubator-kvrocks/discussions/720 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
