• Guy Benoish's avatar
    XADD with ID 0-0 stores an empty key · 08ec8f71
    Guy Benoish authored
    Calling XADD with 0-0 or 0 would result in creating an
    empty key and storing it in the database.
    Even worse, because XADD will reply with error the action
    will not be replicated, creating a master-replica
    inconsistency
    08ec8f71
t_stream.c 102 KB