]> git.saurik.com Git - redis.git/commit
RDB type loading functions clarified in comments.
authorantirez <antirez@gmail.com>
Sat, 2 Jun 2012 08:21:57 +0000 (10:21 +0200)
committerantirez <antirez@gmail.com>
Sat, 2 Jun 2012 08:27:27 +0000 (10:27 +0200)
commitebdcd723a78d844273334685bb1f9b43290ec9c2
treed148760c2e53c776bb7892814c0b48ef7981e2c4
parent8f0658cdd063b762ece37c8159a3cb1551526a7f
RDB type loading functions clarified in comments.

Improved comments to make clear that rdbLoadType() just loads a
general TYPE in the context of RDB that can be an object type or an
expire type, end-of-file, and so forth.

While rdbLoadObjectType() enforces that the type is a valid Object Type
otherwise it returns -1.
src/rdb.c