]> git.saurik.com Git - redis.git/history - src/scripting.c
rioInitWithFile nad rioInitWithBuffer functions now take a rio structure pointer...
[redis.git] / src / scripting.c
2011-09-22  antirezmerge conflicts resolved
2011-07-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-13  antirezReplicate EVALSHA as EVAL taking a dictionary of sha1...
2011-07-12  antirezmaster branch merged into scripting.
2011-06-25  antirezunstable merge conflicts resolved
2011-06-14  antirezUpdated to unstable
2011-05-25  antirezMake sure error and status replies emitted by Lua scrip...
2011-05-25  antirezFix for wrong error level detection in redis.log()
2011-05-25  antirezAll commands exported by Redis to Lua scripts are now...
2011-05-25  antirezEVALSHA implemented
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...