Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code simplification using null coalescing | Git'Fellow | 2023-08-13 | 1 | -24/+4 |
* | redis: Do not try to authenticate with non-string password/user | Leo R. Lundgren | 2023-06-01 | 1 | -2/+2 |
* | Add event logging for db and redis connection | Julius Härtl | 2022-02-28 | 1 | -3/+9 |
* | use persistent connections when connecting to redis | Robin Appelman | 2022-02-01 | 1 | -4/+12 |
* | Use strict comparison to detect usage of redis cluster | Louis Chemineau | 2021-11-25 | 1 | -1/+1 |
* | Fix check for redis minimal version | Daniel Kesselberg | 2021-09-22 | 1 | -6/+6 |
* | Allow empty Redis config | Vincent Petry | 2021-07-23 | 1 | -4/+4 |
* | Properly support RedisCluster | John Molakvoæ (skjnldsv) | 2021-07-22 | 1 | -16/+22 |
* | Support redis user password auth and tls encryption | John Molakvoæ (skjnldsv) | 2021-07-20 | 1 | -22/+84 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
* | Allow redis cluster to use password | Morris Jobke | 2019-05-22 | 1 | -1/+5 |
* | Fix Redis with unix socket | Alejandro Varela | 2019-05-14 | 1 | -1/+3 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | no ternary | Jörn Friedrich Dreyer | 2017-03-25 | 1 | -2/+10 |
* | fix constant | Jörn Friedrich Dreyer | 2017-03-25 | 1 | -1/+1 |
* | Add Redis Cluster support | Robin McCorkell | 2017-03-25 | 1 | -23/+37 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
* | factor out redis configuration into it's own factory | Robin Appelman | 2016-05-03 | 1 | -0/+85 |