aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Memcache/Redis.php
Commit message (Expand)AuthorAgeFilesLines
* Only setup redis connection if neededJulius Härtl2022-11-221-19/+27
* Correctly handle Redis::keys returning falseCôme Chilliet2022-09-291-1/+1
* Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-109/+15
* 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-011-1/+84
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* ensure redis returns bool for hasKeyArthur Schiwon2021-04-131-1/+1
* Actually set the TTL on redis setRoeland Jago Douma2020-12-211-1/+7
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Simplify ternary operator statementsMorris Jobke2018-01-261-2/+2
* Update license headersMorris Jobke2017-11-061-0/+2
* 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
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-2/+1
* factor out redis configuration into it's own factoryRobin Appelman2016-05-031-29/+2
* Move \OC\Memcache to PSR-4Roeland Jago Douma2016-04-181-0/+208