• A
    RDB type loading functions clarified in comments. · ebdcd723
    antirez 提交于
    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.
    ebdcd723
rdb.c 40.4 KB