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