12:17:19 GMT Hi there ! Does anyone know if the Lua interpreter in Redis has been modified to remove support for binary chunks (precompiled lua) ? 12:20:04 GMT iTitou: binary chunks of what? 12:20:19 GMT ah binary chunks of precompiled lua? 12:20:25 GMT yup 12:20:35 GMT As those outputed by the luac program 12:23:49 GMT Redis removes both loadfile and dofile, so you can 12:23:58 GMT so you can't dynamically load Lua 12:29:21 GMT I'm not using Lua inside Redis, but I use the liblua built from redis deps into another program 13:31:22 GMT hmm an SO post recommeneded giving `alsactl init`a try; when i try that i get - alsactl: sysfs_init:48: sysfs path '/sys' is invalid 14:19:04 GMT iTitou: why would you do that?^^ 14:19:17 GMT iTitou: but Redis itself does not patch Lua 14:19:28 GMT crobbins_: that is not really redis-related, is it? 20:17:57 GMT Has anyone come across a lock that locks on multiple keys at the same time?