• antirez's avatar
    Add panic() into redisassert.h. · 17ac46ea
    antirez authored
    This header file is for libs, like ziplist.c, that we want to leave
    almost separted from the core. The panic() calls will be easy to delete
    in order to use such files outside, but the debugging info we gain are
    very valuable compared to simple assertions where it is not possible to
    print debugging info.
    17ac46ea
redisassert.h 2.36 KB