1. 27 Oct, 2020 8 commits
  2. 24 Apr, 2020 1 commit
  3. 23 Apr, 2020 2 commits
    • yanhui13's avatar
      optimize the output of cluster slots · 7a62eb96
      yanhui13 authored
      7a62eb96
    • srzhao's avatar
      Check OOM at script start to get stable lua OOM state. · 0efb93d0
      srzhao authored
      Checking OOM by `getMaxMemoryState` inside script might get different result
      with `freeMemoryIfNeededAndSafe` at script start, because lua stack and
      arguments also consume memory.
      
      This leads to memory `borderline` when memory grows near server.maxmemory:
      
      - `freeMemoryIfNeededAndSafe` at script start detects no OOM, no memory freed
      - `getMaxMemoryState` inside script detects OOM, script aborted
      
      We solve this 'borderline' issue by saving OOM state at script start to get
      stable lua OOM state.
      
      related to issue #6565 and #5250.
      0efb93d0
  4. 17 Apr, 2020 2 commits
  5. 08 Apr, 2020 1 commit
  6. 12 Mar, 2020 2 commits
  7. 11 Mar, 2020 1 commit
  8. 05 Mar, 2020 18 commits
  9. 12 Feb, 2020 1 commit
  10. 10 Feb, 2020 1 commit
  11. 08 Jan, 2020 1 commit
  12. 19 Nov, 2019 2 commits