1. 10 2月, 2015 8 次提交
  2. 03 2月, 2015 1 次提交
    • M
      Update redis-cli.c · 61290d81
      mattcollier 提交于
      Code was adding '\n'  (line 521) to the end of NIL values exlusively making csv output inconsistent.  Removed '\n'
      61290d81
  3. 22 1月, 2015 3 次提交
  4. 21 1月, 2015 1 次提交
    • A
      AOF rewrite: set iterator var to NULL when freed. · e7aa5fb5
      antirez 提交于
      The cleanup code expects that if 'di' is not NULL, it is a valid
      iterator that should be freed.
      
      The result of this bug was a crash of the AOF rewriting process if an
      error occurred after the DBs data are written and the iterator is no
      longer valid.
      e7aa5fb5
  5. 09 1月, 2015 2 次提交
  6. 08 1月, 2015 2 次提交
  7. 23 12月, 2014 1 次提交
    • A
      INFO loading stats: three fixes. · 22a0fe8d
      antirez 提交于
      1. Server unxtime may remain not updated while loading AOF, so ETA is
      not updated correctly.
      
      2. Number of processed byte was not initialized.
      
      3. Possible division by zero condition (likely cause of issue #1932).
      22a0fe8d
  8. 22 12月, 2014 1 次提交
  9. 19 12月, 2014 1 次提交
  10. 17 12月, 2014 1 次提交
  11. 16 12月, 2014 1 次提交
  12. 13 12月, 2014 5 次提交
  13. 11 12月, 2014 4 次提交
  14. 09 12月, 2014 9 次提交