]> git.saurik.com Git - redis.git/commit
Now it is possible to return multi bulks of multi bulks from Lua, just returning...
authorantirez <antirez@gmail.com>
Fri, 13 May 2011 14:42:43 +0000 (16:42 +0200)
committerantirez <antirez@gmail.com>
Wed, 25 May 2011 10:32:49 +0000 (12:32 +0200)
commit82c6b8257a5f465aa257160930572c0ef257e5a8
tree255813bb3d5a23978893df42023eda230e2f4057
parentda386cdf337a79b6734b58d3c5e426741e49c043
Now it is possible to return multi bulks of multi bulks from Lua, just returning tables of tables. The new conversion of the Null bulk and multi bulk type is the Lua false type.
src/scripting.c