1. 20 Dec, 2018 5 commits
  2. 12 Dec, 2018 1 commit
  3. 11 Dec, 2018 7 commits
  4. 10 Dec, 2018 6 commits
  5. 07 Dec, 2018 5 commits
  6. 06 Dec, 2018 1 commit
  7. 05 Dec, 2018 1 commit
  8. 04 Dec, 2018 2 commits
  9. 02 Dec, 2018 1 commit
  10. 30 Nov, 2018 1 commit
  11. 28 Nov, 2018 2 commits
  12. 25 Nov, 2018 2 commits
  13. 23 Nov, 2018 4 commits
  14. 21 Nov, 2018 1 commit
  15. 19 Nov, 2018 1 commit
    • antirez's avatar
      Stream: fix XREADGROUP history reading of deleted messages. · 2bd6802f
      antirez authored
      This commit fixes #5570. It is a similar bug to one fixed a few weeks
      ago and is due to the range API to be called with NULL as "end ID"
      parameter instead of repeating again the start ID, to be sure that we
      selectively issue the entry with a given ID, or we get zero returned
      (and we know we should emit a NULL reply).
      2bd6802f