• antirez's avatar
    Streams: fix xreadGetKeys() for correctness. · 20766608
    antirez authored
    The old version could not handle the fact that "STREAMS" is a valid key
    name for streams. Now we really try to parse the command like the
    command implementation would do.
    
    Related to #5028 and 4857.
    20766608
db.c 51.9 KB