summaryrefslogtreecommitdiffstats
path: root/lib/private/Memcache
Commit message (Expand)AuthorAgeFilesLines
* Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-0/+1
* Check if directoy is writable instead of possibly missing fileCarl Schwan2021-12-201-10/+14
* Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-012-5/+93
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-3/+7
* Fix in locking cache checkMichaIng2021-07-051-1/+1
* Migrate HintException to OCPGary Kim2021-06-302-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-9/+2
* Don't allow executing cli if cache backend is unavailableRichard Steinmetz2021-05-261-26/+6
* ensure redis returns bool for hasKeyArthur Schiwon2021-04-131-1/+1
* Drop \OC\Memcache\Factory::createChristoph Wurst2021-02-161-10/+0
* Actually set the TTL on redis setRoeland Jago Douma2020-12-211-1/+7
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-7/+7
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+1
* Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-2/+3
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-105-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-3/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-2/+2
* Update license headersChristoph Wurst2019-12-059-11/+10
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Drop support for xcacheDaniel Kesselberg2018-08-121-137/+0
* Properly provide local memcache check to ICacheFactoryMorris Jobke2018-03-131-2/+2
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+1
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Simplify ternary operator statementsMorris Jobke2018-01-261-2/+2
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-2/+2
* Made the cache factory strictRoeland Jago Douma2018-01-161-15/+18
* 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