aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/RedisFactory.php
Commit message (Expand)AuthorAgeFilesLines
* Code simplification using null coalescingGit'Fellow2023-08-131-24/+4
* redis: Do not try to authenticate with non-string password/userLeo R. Lundgren2023-06-011-2/+2
* Add event logging for db and redis connectionJulius Härtl2022-02-281-3/+9
* use persistent connections when connecting to redisRobin Appelman2022-02-011-4/+12
* Use strict comparison to detect usage of redis clusterLouis Chemineau2021-11-251-1/+1
* Fix check for redis minimal versionDaniel Kesselberg2021-09-221-6/+6
* Allow empty Redis configVincent Petry2021-07-231-4/+4
* Properly support RedisClusterJohn Molakvoæ (skjnldsv)2021-07-221-16/+22
* Support redis user password auth and tls encryptionJohn Molakvoæ (skjnldsv)2021-07-201-22/+84
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+3
* Allow redis cluster to use passwordMorris Jobke2019-05-221-1/+5
* Fix Redis with unix socketAlejandro Varela2019-05-141-1/+3
* Update license headersMorris Jobke2017-11-061-0/+2
* no ternaryJörn Friedrich Dreyer2017-03-251-2/+10
* fix constantJörn Friedrich Dreyer2017-03-251-1/+1
* Add Redis Cluster supportRobin McCorkell2017-03-251-23/+37
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* factor out redis configuration into it's own factoryRobin Appelman2016-05-031-0/+85