]> git.saurik.com Git - redis.git/commit
Lua max exec time fixes: redisLog() to log the event moved before the lua_error(...
authorantirez <antirez@gmail.com>
Fri, 6 May 2011 15:30:54 +0000 (17:30 +0200)
committerantirez <antirez@gmail.com>
Wed, 25 May 2011 10:32:49 +0000 (12:32 +0200)
commit87c219243c42b826da98cb8ad832785a5f569dca
treeadf5e632818c80f594a03d5befcbcccf2d941a50
parentbcc72bc38101e60a6e6a08d70038d7bc8307233f
Lua max exec time fixes: redisLog() to log the event moved before the lua_error() call that does a long jump so never returns. Aesthetic fixes in error message.
src/scripting.c