Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only setup redis connection if needed | Julius Härtl | 2022-11-22 | 1 | -19/+27 |
* | Correctly handle Redis::keys returning false | Côme Chilliet | 2022-09-29 | 1 | -1/+1 |
* | Add a built-in profiler inside Nextcloud | Carl Schwan | 2022-04-04 | 1 | -109/+15 |
* | Check if directoy is writable instead of possibly missing file | Carl Schwan | 2021-12-20 | 1 | -10/+14 |
* | Allow to log DB, redis and LDAP requests into files | Joas Schilling | 2021-12-01 | 1 | -1/+84 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+1 |
* | ensure redis returns bool for hasKey | Arthur Schiwon | 2021-04-13 | 1 | -1/+1 |
* | Actually set the TTL on redis set | Roeland Jago Douma | 2020-12-21 | 1 | -1/+7 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+1 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+0 |
* | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 1 | -2/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | Do not scan for keys just get all the keys (with prefix) | Roeland Jago Douma | 2017-05-16 | 1 | -6/+4 |
* | Compatibility with Redis and RedisCluster | Morris Jobke | 2017-05-04 | 1 | -2/+2 |
* | Add Redis Cluster support | Robin McCorkell | 2017-03-25 | 1 | -14/+14 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+1 |
* | factor out redis configuration into it's own factory | Robin Appelman | 2016-05-03 | 1 | -29/+2 |
* | Move \OC\Memcache to PSR-4 | Roeland Jago Douma | 2016-04-18 | 1 | -0/+208 |