]> git.saurik.com Git - redis.git/commit
Fixed nul bulk parsing in Redis protocol to Lua type convertion. Check for bad Lua...
authorantirez <antirez@gmail.com>
Sun, 1 May 2011 21:43:10 +0000 (23:43 +0200)
committerantirez <antirez@gmail.com>
Wed, 25 May 2011 10:32:46 +0000 (12:32 +0200)
commit379789cc523df4de1a3263c879114610949fade1
treeda4d90cc30e3147e6a2437960495cb6ca890ec9f
parent67e829dce561a5b99766fb873367e248cde388ae
Fixed nul bulk parsing in Redis protocol to Lua type convertion. Check for bad Lua types as arguements of the redis() Lua command.
src/SCRIPTING.txt
src/scripting.c