1. 13 Jun, 2018 8 commits
  2. 12 Jun, 2018 22 commits
  3. 06 Jun, 2018 1 commit
  4. 05 Jun, 2018 2 commits
  5. 04 Jun, 2018 3 commits
    • antirez's avatar
      XGROUP SETID implemented + consumer groups core fixes. · 8b9b02ad
      antirez authored
      Now that we have SETID, the inetrnals of consumer groups should be able
      to handle the case of the same message delivered multiple times just
      as a side effect of calling XREADGROUP. Normally this should never
      happen but if the admin manually "XGROUP SETID mykey mygroup 0",
      messages will get re-delivered to clients waiting for the ">" special
      ID. The consumer groups internals were not able to handle the case of a
      message re-delivered in this circumstances that was already assigned to
      another owner.
      8b9b02ad
    • Yossi Gottlieb's avatar
      d4ed462b
    • antirez's avatar
      XGROUP DESTROY implemented. · 525a7b39
      antirez authored
      525a7b39
  6. 01 Jun, 2018 4 commits