• Guy Benoish's avatar
    XADD with ID 0-0 stores an empty key · 4a12047c
    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
    4a12047c
t_stream.c 101 KB