]> git.saurik.com Git - redis.git/commit
Fixed arity detection of Redis command executed from Lua script. Error reporting...
authorantirez <antirez@gmail.com>
Sun, 1 May 2011 13:26:47 +0000 (15:26 +0200)
committerantirez <antirez@gmail.com>
Wed, 25 May 2011 10:32:45 +0000 (12:32 +0200)
commit3791000f15ad793854fac48aa4840914970048db
treef9e5eae0f145e7b2b42dcd83d95cade98d3de008
parent532e0f5ded866881d46f0aeac3756ebd3a3da98e
Fixed arity detection of Redis command executed from Lua script. Error reporting from Lua fixed. More work on the Redis reply to lua conversion code.
src/SCRIPTING.txt [new file with mode: 0644]
src/scripting.c