]> git.saurik.com Git - redis.git/commit
HGET HMGET are now COW friendly, plus API refactoring and changes needed for the...
authorantirez <antirez@gmail.com>
Fri, 10 Dec 2010 14:17:55 +0000 (15:17 +0100)
committerantirez <antirez@gmail.com>
Fri, 10 Dec 2010 14:17:55 +0000 (15:17 +0100)
commit3d24304ff930fd3392a63b79ed6037ebab94b742
tree0eeaf7c1c4651e2efa90aef3f9b87bb09ccffcad
parent1b508da7ca7cb8e999a557bd0bf18875e0a40972
HGET HMGET are now COW friendly, plus API refactoring and changes needed for the new implementation.
src/redis.h
src/sort.c
src/t_hash.c