1. 10 Jun, 2018 1 commit
  2. 07 Jun, 2018 3 commits
  3. 06 Jun, 2018 1 commit
  4. 05 Jun, 2018 1 commit
    • antirez's avatar
      Remove XINFO <key> special form. · 9e25f3e1
      antirez authored
      As observed by Michael Grunder this usage while practical is
      inconsistent because for instance it does not work against a key called
      HELP. Removed.
      9e25f3e1
  5. 04 Jun, 2018 2 commits
    • antirez's avatar
      XGROUP SETID implemented + consumer groups core fixes. · 36b392a0
      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.
      36b392a0
    • antirez's avatar
      XGROUP DESTROY implemented. · 7c6f1be5
      antirez authored
      7c6f1be5
  6. 03 Jun, 2018 1 commit
  7. 25 May, 2018 5 commits
  8. 19 Apr, 2018 2 commits
  9. 18 Apr, 2018 1 commit
  10. 17 Apr, 2018 2 commits
  11. 10 Apr, 2018 3 commits
  12. 21 Mar, 2018 1 commit
  13. 20 Mar, 2018 5 commits
  14. 19 Mar, 2018 1 commit
  15. 15 Mar, 2018 11 commits