]> git.saurik.com Git - redis.git/commit - src/redis.h
DUMP implemented, RESTORE and MIGRATE fixed. Use zcalloc() instead of zmalloc()+memse...
authorantirez <antirez@gmail.com>
Fri, 1 Apr 2011 16:59:28 +0000 (18:59 +0200)
committerantirez <antirez@gmail.com>
Fri, 1 Apr 2011 16:59:28 +0000 (18:59 +0200)
commit626f6b2d644b2458184edf9318f24ce95ba83532
treed3c257fdff8586d1692f387ce3d2702f5e0b2705
parent6c390c0b2303247c16f42160fec3fd609cb99cb7
DUMP implemented, RESTORE and MIGRATE fixed. Use zcalloc() instead of zmalloc()+memset() in sds.c when a new string is created with NULL initialization pointer.
src/cluster.c
src/redis.c
src/redis.h
src/sds.c