1. 02 Jul, 2018 1 commit
  2. 27 Jun, 2018 1 commit
  3. 18 Jun, 2018 1 commit
    • antirez's avatar
      Streams: Change XADD MAXLEN handling of values <= 0. · 62f9ac6f
      antirez authored
      Now a MAXLEN of 0 really does what it means: it will create a zero
      entries stream. This is useful in order to make sure that the behavior
      is identical to XTRIM, that must be able to reduce the stream to zero
      elements when MAXLEN is given.
      
      Also now MAXLEN with a count < 0 will return an error.
      62f9ac6f
  4. 17 Jun, 2018 1 commit
  5. 12 Jun, 2018 7 commits
  6. 10 Jun, 2018 3 commits
  7. 07 Jun, 2018 3 commits
  8. 06 Jun, 2018 1 commit
  9. 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
  10. 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
  11. 03 Jun, 2018 1 commit
  12. 25 May, 2018 5 commits
  13. 19 Apr, 2018 2 commits
  14. 18 Apr, 2018 1 commit
  15. 17 Apr, 2018 2 commits
  16. 10 Apr, 2018 3 commits
  17. 21 Mar, 2018 1 commit
  18. 20 Mar, 2018 4 commits