]> git.saurik.com Git - redis.git/commit - src/redis.h
Now Lua scripts dispatch Redis commands properly calling the call() function. In...
authorantirez <antirez@gmail.com>
Thu, 2 Feb 2012 15:30:52 +0000 (16:30 +0100)
committerantirez <antirez@gmail.com>
Thu, 2 Feb 2012 15:30:52 +0000 (16:30 +0100)
commitce8b772be7dcd0dec767c7bdfa3b8702806d69c4
tree0eaa595f8e0956746e18da269a9c95b7dc3b6365
parentd876678b5eb0db0df66a658faeb8fb71e236a634
Now Lua scripts dispatch Redis commands properly calling the call() function. In order to make this possible call() was improved with a new flags argument that controls how the Redis command is executed.
src/multi.c
src/redis.c
src/redis.h
src/scripting.c