1. 29 Dec, 2019 5 commits
  2. 26 Dec, 2019 2 commits
    • Oran Agra's avatar
      config.c adjust config limits and mutable · 0c3fe52e
      Oran Agra authored
      - make lua-replicate-commands mutable (it never was, but i don't see why)
      - make tcp-backlog immutable (fix a recent refactory mistake)
      - increase the max limit of a few configs to match what they were before
      the recent refactory
      0c3fe52e
    • Guy Benoish's avatar
      Stream: Handle streamID-related edge cases · 1f75ce30
      Guy Benoish authored
      This commit solves several edge cases that are related to
      exhausting the streamID limits: We should correctly calculate
      the succeeding streamID instead of blindly incrementing 'seq'
      This affects both XREAD and XADD.
      
      Other (unrelated) changes:
      Reply with a better error message when trying to add an entry
      to a stream that has exhausted last_id
      1f75ce30
  3. 20 Dec, 2019 1 commit
  4. 19 Dec, 2019 3 commits
  5. 18 Dec, 2019 8 commits
  6. 17 Dec, 2019 13 commits
  7. 16 Dec, 2019 4 commits
  8. 13 Dec, 2019 1 commit
  9. 12 Dec, 2019 3 commits