1. 17 Jul, 2018 3 commits
  2. 16 Jul, 2018 5 commits
  3. 14 Jul, 2018 1 commit
  4. 12 Jul, 2018 2 commits
  5. 10 Jul, 2018 3 commits
  6. 09 Jul, 2018 1 commit
  7. 03 Jul, 2018 1 commit
  8. 02 Jul, 2018 1 commit
  9. 27 Jun, 2018 1 commit
  10. 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
  11. 17 Jun, 2018 1 commit
  12. 13 Jun, 2018 4 commits
  13. 12 Jun, 2018 16 commits