• antirez's avatar
    Streams: add code to compute the stream memory usage. · f42df6f4
    antirez authored
    It's a bit of black magic without actually tracking it inside rax.c,
    however Redis usage of the radix tree for the stream data structure is
    quite consistent, so a few magic constants apparently are producing
    results that make sense.
    f42df6f4
object.c 44.9 KB