1. 29 Aug, 2018 3 commits
  2. 02 Aug, 2018 3 commits
  3. 30 Jul, 2018 1 commit
  4. 24 Jul, 2018 2 commits
  5. 23 Jul, 2018 1 commit
    • antirez's avatar
      Fix merge errors. · 49841a54
      antirez authored
      For some reason I made a merge fiasco between 5.0 and unstable.
      This fixes the error introduced by merging unstable.
      49841a54
  6. 17 Jul, 2018 3 commits
  7. 16 Jul, 2018 5 commits
  8. 14 Jul, 2018 1 commit
  9. 12 Jul, 2018 2 commits
  10. 10 Jul, 2018 3 commits
  11. 09 Jul, 2018 1 commit
  12. 03 Jul, 2018 1 commit
  13. 02 Jul, 2018 1 commit
  14. 27 Jun, 2018 1 commit
  15. 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
  16. 17 Jun, 2018 1 commit
  17. 13 Jun, 2018 4 commits
  18. 12 Jun, 2018 6 commits