]> git.saurik.com Git - redis.git/commit
redis-check-dump now understands dumps produced by Redis 2.6
authorSchuster <boazyeah@gmail.com>
Mon, 22 Oct 2012 09:44:20 +0000 (11:44 +0200)
committerantirez <antirez@gmail.com>
Mon, 22 Oct 2012 09:53:43 +0000 (11:53 +0200)
commit16144589f22de53d25e7232b1f90f18d5ac6fe74
tree6c9b458d2db7eb6f94d02ac1d36a975a57f0f466
parenta25b25f4efb213d44761f8aa5bffc95f266abb2c
redis-check-dump now understands dumps produced by Redis 2.6

(Commit message from @antirez as it was missign in the original commits,
also the patch was modified a bit to still work with 2.4 dumps and to
avoid if expressions that are always true due to checked types range)

This commit changes redis-check-dump to account for new encodings and
for the new MSTIME expire format. It also refactors the test for valid
type into a function.

The code is still compatible with Redis 2.4 generated dumps.

This fixes issue #709.
src/redis-check-dump.c