Skip to content
Snippets Groups Projects
  1. Jan 19, 2015
  2. Jan 15, 2015
  3. Jan 12, 2015
  4. Nov 28, 2014
    • Wessel Dankers's avatar
      Fix unnecessary writes with multiple memcache servers · d9dc7c0f
      Wessel Dankers authored
      Fixes a bug in Memcache.php that would cause every fetch to also
      result in a push if multiple memcache servers were being used.
      
      If multiple memcache servers are in use, the code needs to check
      if they aren't out of sync. If they are, the most recent data needs
      to be pushed to all mirrors.
      
      The original code compared the parsed data structures using ===,
      but that always fails because that just does a pointer comparison
      and not a deep comparison.
      
      Changed the code to compare the original unparsed values instead.
      Also added a few debug-level log statements.
      d9dc7c0f
  5. Nov 11, 2014
  6. Oct 08, 2014
  7. Oct 06, 2014
  8. Oct 01, 2014
  9. Sep 30, 2014
Loading