summaryrefslogtreecommitdiffstats
path: root/lib/private/memcache/memcached.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Memcache to PSR-4Roeland Jago Douma2016-04-181-189/+0
|
* Fix errors in memcached implementationJoas Schilling2016-03-141-4/+17
|
* Happy new year!Thomas Müller2016-01-121-2/+3
|
* Handle errors on memcached level - fixes #17397Thomas Müller2015-11-101-8/+30
|
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Fallback to complete Memcached flush if getAllKeys failsRobin McCorkell2015-09-051-0/+5
| | | | | | | 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.
* add compare-and-delete to the memcache interfaceRobin Appelman2015-06-121-0/+2
|
* add compare and swap to memcacheRobin Appelman2015-04-301-0/+2
|
* extends memcache with add, inc and decRobin Appelman2015-04-301-1/+38
|
* Update license headersJenkins for ownCloud2015-03-261-4/+20
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+19
|
* HHVM: Add workaround for missing Memcached::deleteMulti()Andreas Fischer2014-12-171-1/+7
|
* Memcached hasKey should test for success, the get can fail for other reasons.Bart Visscher2014-05-081-1/+1
| | | | One of the other failures is no running server.
* Readd support for memcached_server config variable.Andreas Fischer2014-01-101-1/+9
|
* Add support for multiple memcached servers.Andreas Fischer2014-01-101-2/+2
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+76
Conflicts: lib/private/vcategories.php