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

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -