pub const LEGACY_REDIS_OVERHEAD: usize = 24;
Fixed overhead of the 0.5.x Redis outer record: an 8-byte u64 length prefix for the inner payload plus two 8-byte u64 timestamps.
u64