]> git.saurik.com Git - redis.git/commit - src/redis.h
Correctly glue the reply buffer. For now returned as it is to Lua, but will be conver...
authorantirez <antirez@gmail.com>
Sun, 1 May 2011 01:12:53 +0000 (03:12 +0200)
committerantirez <antirez@gmail.com>
Wed, 25 May 2011 10:32:44 +0000 (12:32 +0200)
commit7156f43c040414494829a8dcd4a7be4c26d241d8
tree2ff026d2961a00590a2271116168638cdbdba0ef
parent0f1d64ca577c8594e26b9e1663e49c8e1bc13757
Correctly glue the reply buffer. For now returned as it is to Lua, but will be converted into Lua native type later.
src/networking.c
src/redis.h
src/scripting.c