summaryrefslogtreecommitdiffstats
path: root/lib/private/Memcache
Commit message (Expand)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-064-0/+6
* More phpstorm inspection fixesRoeland Jago Douma2017-07-242-12/+12
* Do not scan for keys just get all the keys (with prefix)Roeland Jago Douma2017-05-161-6/+4
* Compatibility with Redis and RedisClusterMorris Jobke2017-05-041-2/+2
* Add Redis Cluster supportRobin McCorkell2017-03-251-14/+14
* Make sure old instances don't breakJoas Schilling2017-01-051-3/+3
* Kill APC because it requires PHP 5.4Joas Schilling2017-01-051-136/+0
* Disable memcached binary protocolRoeland Jago Douma2016-12-211-1/+1
* Merge pull request #2725 from nextcloud/memcached-connect-onceRoeland Jago Douma2016-12-171-10/+11
|\
| * Set options, then add serversVictor Dubiniuk2016-12-161-10/+11
* | Do not validate return code is set is successfulVictor Dubiniuk2016-12-161-1/+3
|/
* Activate APCu on PHP 7Morris Jobke2016-09-011-2/+30
* Update with robinJoas Schilling2016-07-2111-11/+11
* Fix othersJoas Schilling2016-07-2111-15/+26
* Update license headersLukas Reschke2016-05-266-5/+8
* Merge pull request #24563 from owncloud/redis-factoryMorris Jobke2016-05-121-29/+2
|\
| * factor out redis configuration into it's own factoryRobin Appelman2016-05-031-29/+2
* | allow configuration of memcached options (#23729)Jörn Friedrich Dreyer2016-05-111-0/+30
|/
* Move \OC\Memcache to PSR-4Roeland Jago Douma2016-04-1811-0/+1430