compilation - Is lua called from redis interpretted or compiled? -


redis supports lua scripting. using eval command, can execute lua script in redis. lua script compiled or interpretted when redis calls lua script?

lua scripts sent lua library execution compiled lua vm instructions before execution. these instructions interpreted lua vm.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -