1. 05 Mar, 2014 2 commits
  2. 13 Feb, 2014 1 commit
  3. 31 Jan, 2014 2 commits
  4. 23 Dec, 2013 1 commit
    • antirez's avatar
      Fix CONFIG REWRITE handling of unknown options. · 4ad219ad
      antirez authored
      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
  5. 19 Dec, 2013 4 commits
  6. 21 Nov, 2013 3 commits
  7. 04 Oct, 2013 1 commit
  8. 18 Jul, 2013 1 commit
  9. 08 Jul, 2013 1 commit
  10. 02 Jul, 2013 1 commit
  11. 01 Jul, 2013 1 commit
  12. 26 Jun, 2013 1 commit
  13. 20 Jun, 2013 1 commit
  14. 31 May, 2013 2 commits
  15. 30 May, 2013 1 commit
  16. 18 May, 2013 1 commit
  17. 15 May, 2013 16 commits