]> git.saurik.com Git - redis.git/commit
rdbLoad() should check REDIS_RDB_VERSION instead of hardcoded number.
authorantirez <antirez@gmail.com>
Tue, 24 Apr 2012 10:53:30 +0000 (12:53 +0200)
committerantirez <antirez@gmail.com>
Tue, 24 Apr 2012 10:53:30 +0000 (12:53 +0200)
commit053d56a1fabc6f0ed5895bd8b3f725a6ee4ffdba
treedaf910c3329b5748fadaafe8d6aa29c6c00fd17b
parentf22cff43a60010644907e750fb3be5e49b9f8698
rdbLoad() should check REDIS_RDB_VERSION instead of hardcoded number.
src/rdb.c