]> git.saurik.com Git - redis.git/history - src/scripting.c
Now it is possible to return multi bulks of multi bulks from Lua, just returning...
[redis.git] / src / scripting.c
2011-05-25  antirezNow it is possible to return multi bulks of multi bulks...
2011-05-25  antirezfor performance reasons only set the debug hook if...
2011-05-25  antirezLua max exec time fixes: redisLog() to log the event...
2011-05-25  antirezcall the Lua hook with minor frequency. It is already...
2011-05-25  antirezLua scripts max execution time
2011-05-25  antirezcall lua_gc() for incremental garbage collection. Likel...
2011-05-25  antirezLua scripting: Honor SELECT command in both ways
2011-05-25  antirezFixed a problem in the script engine that crashed the...
2011-05-25  antirezStatus replies converted in a special way like errors...
2011-05-25  antirezFixed nul bulk parsing in Redis protocol to Lua type...
2011-05-25  antirezMulti bulk to Lua table now working
2011-05-25  antirezFixed arity detection of Redis command executed from...
2011-05-25  antirezfull conversion from Lua return value to redis reply...
2011-05-25  antirezpupulate the Lua global tables KEYS and ARGV before...
2011-05-25  antirezfunction to access to Redis command from Lua renamed...
2011-05-25  antirezCorrectly glue the reply buffer. For now returned as...
2011-05-25  antirezLua call of Redis command work in progress: sorry I...
2011-05-25  antirezLua function creation on EVAL, basic Lua return type...