1. 11 Oct, 2018 3 commits
  2. 10 Oct, 2018 1 commit
  3. 08 Oct, 2018 1 commit
  4. 04 Oct, 2018 1 commit
  5. 02 Oct, 2018 2 commits
  6. 01 Oct, 2018 1 commit
  7. 20 Sep, 2018 1 commit
  8. 04 Sep, 2018 1 commit
    • Sascha Roland's avatar
      #5299 Fix blocking XREAD for streams that ran dry · c1e9186f
      Sascha Roland authored
      The conclusion, that a xread request can be answered syncronously in
      case that the stream's last_id is larger than the passed last-received-id
      parameter, assumes, that there must be entries present, which could be
      returned immediately.
      This assumption fails for empty streams that actually contained some
      entries which got removed by xdel, ... .
      
      As result, the client is answered synchronously with an empty result,
      instead of blocking for new entries to arrive.
      An additional check for a non-empty stream is required.
      c1e9186f
  9. 03 Aug, 2018 2 commits
  10. 01 Aug, 2018 4 commits
  11. 31 Jul, 2018 1 commit
  12. 30 Jul, 2018 2 commits
  13. 24 Jul, 2018 2 commits
  14. 22 Jul, 2018 1 commit
  15. 19 Jul, 2018 1 commit
  16. 17 Jul, 2018 3 commits
  17. 16 Jul, 2018 5 commits
  18. 14 Jul, 2018 1 commit
  19. 12 Jul, 2018 2 commits
  20. 10 Jul, 2018 3 commits
  21. 09 Jul, 2018 1 commit
  22. 03 Jul, 2018 1 commit