]> git.saurik.com Git - redis.git/commit
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 13:47:10 +0000 (15:47 +0200)
commit84bcd3aa24eabed2a5295dc3450e6f45aa79049c
tree5d0a3a798ccf693eb6d7f67994c333845da9876f
parent82e32055d8282181ce88146d151db367162b8f3d
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