• Matt Stancliff's avatar
    Fix assert technical correctness · 8dbd0134
    Matt Stancliff authored
    dictAdd returns DICT_OK, not REDIS_OK. They both
    have the same underlying values, so it works even though
    the code is technically wrong.
    
    Fixes #1512
    8dbd0134
rdb.c 43.6 KB