summaryrefslogtreecommitdiffstats
path: root/lib/private/RedisFactory.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Allow redis cluster to use passwordMorris Jobke2019-05-221-1/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix Redis with unix socketAlejandro Varela2019-05-141-1/+3
| | | | Signed-off-by: Alejandro Varela <epma01@gmail.com>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* no ternaryJörn Friedrich Dreyer2017-03-251-2/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix constantJörn Friedrich Dreyer2017-03-251-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add Redis Cluster supportRobin McCorkell2017-03-251-23/+37
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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