• Wen Hui's avatar
    change return type to be consistant (#12479) · 965dc90b
    Wen Hui authored
    Currently rdbSaveMillisecondTime, rdbSaveDoubleValue api's return type is
    int but they return the value directly from rdbWriteRaw function which has the
    return type of ssize_t. As this may cause overflow to int so changed to ssize_t.
    965dc90b
rdb.c 141 KB