]> git.saurik.com Git - redis.git/commit
LRANGE converted into a COW friendly command. Some refactoring, comment, and new...
authorantirez <antirez@gmail.com>
Tue, 7 Dec 2010 15:33:13 +0000 (16:33 +0100)
committerantirez <antirez@gmail.com>
Tue, 7 Dec 2010 15:33:13 +0000 (16:33 +0100)
commitd51ebef5090624a3ba0824fa697410deaff1d1fa
tree82d3fb87a5267df79620b24623866d4199dc7244
parentbbac56c2f823a6ab2170e1b00b93a620188b76da
LRANGE converted into a COW friendly command. Some refactoring, comment, and new addReply*() family function added in the process.
src/networking.c
src/redis.h
src/t_list.c
src/ziplist.c