1. 21 3月, 2014 1 次提交
  2. 11 3月, 2014 1 次提交
  3. 05 3月, 2014 2 次提交
  4. 13 2月, 2014 1 次提交
  5. 31 1月, 2014 2 次提交
  6. 23 12月, 2013 1 次提交
    • A
      Fix CONFIG REWRITE handling of unknown options. · 4ad219ad
      antirez 提交于
      There were two problems with the implementation.
      
      1) "save" was not correctly processed when no save point was configured,
         as reported in issue #1416.
      2) The way the code checked if an option existed in the "processed"
         dictionary was wrong, as we add the element with as a key associated
         with a NULL value, so dictFetchValue() can't be used to check for
         existance, but dictFind() must be used, that returns NULL only if the
         entry does not exist at all.
      4ad219ad
  7. 19 12月, 2013 4 次提交
  8. 21 11月, 2013 3 次提交
  9. 04 10月, 2013 1 次提交
  10. 18 7月, 2013 1 次提交
  11. 08 7月, 2013 1 次提交
  12. 02 7月, 2013 1 次提交
  13. 01 7月, 2013 1 次提交
  14. 26 6月, 2013 1 次提交
  15. 20 6月, 2013 1 次提交
  16. 01 6月, 2013 1 次提交
  17. 31 5月, 2013 1 次提交
  18. 30 5月, 2013 1 次提交
  19. 18 5月, 2013 1 次提交
  20. 15 5月, 2013 14 次提交