]> git.saurik.com Git - redis.git/commit - src/aof.c
Encode small hashes with a ziplist
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Tue, 3 Jan 2012 06:14:10 +0000 (22:14 -0800)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Tue, 3 Jan 2012 06:14:10 +0000 (22:14 -0800)
commitebd85e9a455df689c9be02a93354f580df4cafd8
tree701f9443785b6bea61150b759c9d4d30e96a0dc8
parent9ea54feef0f2e62f7618da9b0ce3acce9f474db6
Encode small hashes with a ziplist
src/aof.c
src/config.c
src/object.c
src/rdb.c
src/rdb.h
src/redis.c
src/redis.h
src/t_hash.c
tests/unit/aofrw.tcl
tests/unit/type/hash.tcl