|
|
|
|
|
by le-mark
2905 days ago
|
|
Did sandboxing factor into the equation? My understanding is lua scripts in redis aren't sandboxed, other than the (possibly?) restricted api. But one could limit heap with a custom allocator for example, and cpu cycles with a hook, if desired. |
|
Safe Interpreters[0] and resource constraints[1] come to mind.
[0] https://wiki.tcl.tk/4204
[1] https://www.tcl.tk/man/tcl/TclCmd/interp.htm#M47