Skip to content
Snippets Groups Projects
  1. Dec 20, 2015
  2. Dec 09, 2015
  3. Nov 23, 2015
  4. Nov 10, 2015
  5. Oct 30, 2015
  6. Oct 06, 2015
  7. Oct 05, 2015
  8. Sep 05, 2015
    • Robin McCorkell's avatar
      Fallback to complete Memcached flush if getAllKeys fails · b64e3f8d
      Robin McCorkell authored
      Newer Memcached's do not support the underlying protocol commands that
      getAllKeys() is implemented with. We should fallback to clearing
      everything in that case, as causing (temporary) performance problems for
      other applications on the server is better than having stale cached data.
      b64e3f8d
  9. Jul 16, 2015
  10. Jul 15, 2015
  11. Jun 25, 2015
  12. Jun 12, 2015
  13. Jun 10, 2015
  14. Jun 02, 2015
  15. Jun 01, 2015
  16. Apr 30, 2015
  17. Apr 15, 2015
  18. Mar 26, 2015
  19. Mar 25, 2015
  20. Mar 17, 2015
    • Lukas Reschke's avatar
      Add version and path to cache prefix · c233f2c9
      Lukas Reschke authored
      Prevents to have the cache reused by other instances on the server which have possible the same instance ID and also invalidates older cache entries after an upgrade which can cause unwanted side-effects.
      
      Impact for deployment: The same cache will only get used if ownCloud is installed with the same version and under the same path. But this should be a basic requirement anyways.
      c233f2c9
  21. Mar 05, 2015
    • Robin McCorkell's avatar
      78819da3
    • Robin McCorkell's avatar
      Refactor \OC\Memcache\Factory · 0e4933e6
      Robin McCorkell authored
      Caches divided up into two groups: distributed and local. 'Low latency' is an
      alias for local caches, while the standard `create()` call tries to get
      distributed caches first, then local caches.
      
      Memcache backend is set in `config.php`, with the keys `memcache.local` and
      `memcache.distributed`. If not set, `memcache.distributed` defaults to the value
      of `memcache.local`.
      0e4933e6
  22. Feb 26, 2015
  23. Feb 23, 2015
  24. Feb 18, 2015
  25. Feb 17, 2015
  26. Feb 16, 2015
  27. Jan 20, 2015
  28. Jan 09, 2015
Loading