Redis Lua scripts execute atomically - no other Redis commands can run while a script is executing. This is crucial for operations that require read-modify-write semantics ...
lib/ ├── core/ │ ├── lua_engine/ │ │ ├── lua_engine.dart # Abstract LuaEngine interface │ │ ├── lua_engine_dart.dart # LuaDardo implementation │ │ ├── lua_event.dart # Event types (log, toast, ...