1. 19 Nov, 2019 27 commits
  2. 18 Nov, 2019 5 commits
  3. 15 Nov, 2019 2 commits
  4. 14 Nov, 2019 5 commits
  5. 13 Nov, 2019 1 commit
    • 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