]> git.saurik.com Git - redis.git/commit - src/config.c
It is now possible to enable/disable RDB checksum computation from redis.conf or...
authorantirez <antirez@gmail.com>
Tue, 10 Apr 2012 13:47:10 +0000 (15:47 +0200)
committerantirez <antirez@gmail.com>
Tue, 10 Apr 2012 14:27:03 +0000 (16:27 +0200)
commit39d1e350d9fe07babfe0758ce539b085e33206aa
tree26d7126a3a869ec75214f200e9d079c45470c0e7
parent7f4f86f427fa81260708cc3e9298046abced5ade
It is now possible to enable/disable RDB checksum computation from redis.conf or via CONFIG SET/GET. Also CONFIG SET support added for rdbcompression as well.
redis.conf
src/config.c
src/rdb.c
src/redis.c
src/redis.h