]> git.saurik.com Git - redis.git/blame - src/SCRIPTING.txt
Fixed nul bulk parsing in Redis protocol to Lua type convertion. Check for bad Lua...
[redis.git] / src / SCRIPTING.txt
CommitLineData
3791000f 1TODO:
2
3 redis('get',1) => crash
67e829dc 4 Check what happens abotu MULTI/EXEC
5 Prevent Lua from calling itself with redis("eval",...)
379789cc 6 Implement log() function, and define REDIS_WARNING, REDIS_NOTICE, ...