X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/88c1d9550d198fd7df426b19ea67e9c51c92a811..e51a218aaacab92982def45dbc0c90ccb44f30e1:/src/redis.h diff --git a/src/redis.h b/src/redis.h index 52d39bc7..42a9b581 100644 --- a/src/redis.h +++ b/src/redis.h @@ -646,6 +646,7 @@ struct redisServer { int saveparamslen; /* Number of saving points */ char *rdb_filename; /* Name of RDB file */ int rdb_compression; /* Use compression in RDB? */ + int rdb_checksum; /* Use RDB checksum? */ time_t lastsave; /* Unix time of last save succeeede */ int lastbgsave_status; /* REDIS_OK or REDIS_ERR */ int stop_writes_on_bgsave_err; /* Don't allow writes if can't BGSAVE */