aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Memcache/Redis.php
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* feat: add negative compare-and-delete to imemcacheRobin Appelman2024-08-201-0/+10
* chore: remove Redis::DEFAULT_TTL constant now that it's defined in the interfaceRobin Appelman2024-08-071-1/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-241-26/+3
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Refactor `OC\Server::getGetRedisFactory`Andrew Summers2024-03-151-2/+2
* set a default and max ttl for redis keysRobin Appelman2024-02-231-7/+19
* adjust redis compareSetTTL to use a lua scriptRobin Appelman2023-12-211-9/+7
* restore shared lock ttl when releasingRobin Appelman2023-12-211-0/+17
* redis: move lua scripts to class and add type hintsVarun Patil2023-05-101-20/+20
* redis: use atomic operations everywhereVarun Patil2023-04-161-35/+55
* Fix RedisClusterGit'Fellow2023-03-221-1/+1
* Move from DEL to UNLINKGit'Fellow2023-03-221-3/+3
* 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