1. 25 9月, 2019 9 次提交
  2. 05 9月, 2019 5 次提交
  3. 04 9月, 2019 1 次提交
    • A
      redis-cli: always report server errors on read errors. · 08b03e23
      antirez 提交于
      Before this commit we may have not consumer buffers when a read error is
      encountered. Such buffers may contain errors that are important clues
      for the user: for instance a protocol error in the payload we send in
      pipe mode will cause the server to abort the connection. If the user
      does not get the protocol error, debugging what is happening can be a
      nightmare.
      
      This commit fixes issue #3756.
      08b03e23
  4. 01 8月, 2019 3 次提交
  5. 31 7月, 2019 1 次提交
  6. 30 7月, 2019 1 次提交
  7. 07 7月, 2019 3 次提交
  8. 16 5月, 2019 1 次提交
  9. 15 5月, 2019 4 次提交
  10. 14 5月, 2019 1 次提交
    • A
      Test: fix slowlog test false positive. · 7ac7ffd5
      antirez 提交于
      In fast systems "SLOWLOG RESET" is fast enough to don't be logged even
      when the time limit is "1" sometimes. Leading to false positives such
      as:
      
      [err]: SLOWLOG - can be disabled in tests/unit/slowlog.tcl
      Expected '1' to be equal to '0'
      7ac7ffd5
  11. 13 5月, 2019 11 次提交