1. 30 1月, 2020 2 次提交
  2. 29 1月, 2020 2 次提交
  3. 28 1月, 2020 1 次提交
  4. 16 1月, 2020 2 次提交
  5. 14 1月, 2020 2 次提交
  6. 13 1月, 2020 6 次提交
  7. 11 1月, 2020 1 次提交
  8. 10 1月, 2020 9 次提交
  9. 08 1月, 2020 7 次提交
  10. 07 1月, 2020 3 次提交
  11. 06 1月, 2020 1 次提交
  12. 05 1月, 2020 1 次提交
  13. 02 1月, 2020 1 次提交
    • A
      Fix active expire division by zero. · 0af467d1
      antirez 提交于
      Likely fix #6723.
      
      This is what happens AFAIK: we enter the main loop where we expire stuff
      until a given percentage of keys is still found to be logically expired.
      There are however other potential exit conditions.
      
      However the "sampled" variable is not always incremented inside the
      loop, because we may found no valid slot as we scan the hash table, but
      just NULLs ad dict entries. So when the do/while loop condition is
      triggered at the end, we do (expired*100/sampled), dividing by zero if
      we sampled 0 keys.
      0af467d1
  14. 01 1月, 2020 1 次提交
  15. 31 12月, 2019 1 次提交