From: antirez Date: Tue, 10 Apr 2012 13:47:10 +0000 (+0200) Subject: It is now possible to enable/disable RDB checksum computation from redis.conf or... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/84bcd3aa24eabed2a5295dc3450e6f45aa79049c?hp=84bcd3aa24eabed2a5295dc3450e6f45aa79049c 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. ---