Warning: the scripting API was modified in recent versions of 'scripting' and '2.2-scripting' branch. Now Lua can call Redis commands using Redis.call('get',...) instead of Redis('get',...). Also the EVALSHA command is now available in both branches. As expected I did not resisted to the temptation of implementing a branch with Lua scripting support for Redis, and this weekend was the right moment