Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Start rewriting of the redis cache logic | Vsevolod Stakhov | 2024-01-11 | 1 | -535/+0 |
| | |||||
* | changed errors to warnings. | laodc | 2023-08-21 | 1 | -3/+1 |
| | | | | nullptr on contructor was never meant to be there | ||||
* | Added support for Redis 6 ACL (username/password) | laodc | 2023-08-21 | 1 | -1/+20 |
| | |||||
* | [Rework] More steps to do refactoring | Vsevolod Stakhov | 2023-08-16 | 1 | -4/+4 |
| | |||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -164/+162 |
| | | | | No meaningful changes. | ||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 1 | -3/+3 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Minor] Improve logging for REDIS_REPLY_ERROR | Vsevolod Stakhov | 2021-04-21 | 1 | -1/+5 |
| | |||||
* | [Feature] Support multiple base32 alphabets | Vsevolod Stakhov | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | [Minor] Zero terminate id string | Vsevolod Stakhov | 2020-03-11 | 1 | -3/+8 |
| | |||||
* | [Minor] Oops, remove g_free dtor | Vsevolod Stakhov | 2020-03-11 | 1 | -1/+1 |
| | |||||
* | [Minor] Allocate variable in the pool and avoid malloc | Vsevolod Stakhov | 2020-03-10 | 1 | -1/+4 |
| | |||||
* | [Minor] Add failure reason in the upstreams code | Vsevolod Stakhov | 2019-11-13 | 1 | -3/+3 |
| | |||||
* | [Minor] Do not crash if redis cache cannot be reached | Vsevolod Stakhov | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | [Fix] Important hiredis fixes | Vsevolod Stakhov | 2019-10-22 | 1 | -1/+16 |
| | | | | | | | | | Hiredis can return error in two ways: - ctx is NULL and this path is usually handled properly - ctx->err is not REDIS_OK and this path is totally missing in many places This change should fix the both cases. | ||||
* | [Project] Adopt libstat code | Vsevolod Stakhov | 2019-07-12 | 1 | -1/+2 |
| | |||||
* | [Project] Further rework | Vsevolod Stakhov | 2019-06-22 | 1 | -16/+11 |
| | |||||
* | [Project] First refactoring step libevent->libev | Vsevolod Stakhov | 2019-06-22 | 1 | -3/+3 |
| | |||||
* | [Fix] Core: Fix address rotation bug | Vsevolod Stakhov | 2019-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Previously, upstream.get_addr function returned the new address of the upstream. Unfortunately, it was used for printing addresses. It caused the following situation: let's imagine we have A1 and A2 where A1 was initially selected. So the connection was performed to A1: Current addr Selected addr Connect+---------+ A2+------>A1 A1 | +-+Print failure<---+ A1+------>A2 A2 | +----+ +->Mark failure+-------->+ A2 | +----+ But the failure OP as well as log message told about `A2` where the real problem happened with `A1`. This commit adds distinguishing between getting the next and the current address of the upstream resolving this issue. | ||||
* | [Minor] Do not use item in classifiers as it causes issues | Vsevolod Stakhov | 2018-11-24 | 1 | -9/+0 |
| | | | | Issue: #2636 | ||||
* | [Project] Migrate fuzzy redis backend to lua_redis | Vsevolod Stakhov | 2018-11-23 | 1 | -1/+3 |
| | |||||
* | [Project] Use lua_redis for redis_cache as well | Vsevolod Stakhov | 2018-11-23 | 1 | -109/+97 |
| | |||||
* | [Project] Another rework for symbols cache | Vsevolod Stakhov | 2018-10-29 | 1 | -2/+2 |
| | |||||
* | [Rework] Add more traces to async events, get rid of GQuarks | Vsevolod Stakhov | 2018-10-26 | 1 | -5/+7 |
| | |||||
* | [Project] Adopt C modules and stuff | Vsevolod Stakhov | 2018-10-20 | 1 | -2/+15 |
| | |||||
* | [Minor] Fix event pending checks | Vsevolod Stakhov | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix more issues with watching of async events | Vsevolod Stakhov | 2018-09-12 | 1 | -4/+2 |
| | |||||
* | [Fix] Fix crashes on task cleanup | Vsevolod Stakhov | 2018-09-10 | 1 | -2/+2 |
| | |||||
* | [Fix] Add fail-safety for destroying sessions | Vsevolod Stakhov | 2018-08-14 | 1 | -0/+8 |
| | |||||
* | [Feature] Distinguish IP failures from connection failures | Vsevolod Stakhov | 2018-07-02 | 1 | -3/+3 |
| | |||||
* | [Minor] Allow to parse integer database names for Redis | Vsevolod Stakhov | 2018-03-19 | 1 | -1/+6 |
| | | | | | Issue: #2083 Closes: #2083 | ||||
* | [Minor] Final stage of g_slice removal | Vsevolod Stakhov | 2017-10-29 | 1 | -2/+2 |
| | |||||
* | [Rework] Set token data as uint64_t instead of chars array | Vsevolod Stakhov | 2017-04-04 | 1 | -1/+2 |
| | |||||
* | [Minor] Add support for unix connections for redis stats backend | Vsevolod Stakhov | 2016-12-30 | 1 | -2/+9 |
| | |||||
* | [Fix] Fix autolearning errors and redis cache | Vsevolod Stakhov | 2016-10-14 | 1 | -2/+2 |
| | |||||
* | [Feature] Read redis backend statistics configuration from global section | Vsevolod Stakhov | 2016-08-18 | 1 | -0/+21 |
| | | | | Issue: #766 | ||||
* | [Fix] Fix timeouts in redis cache processing | Vsevolod Stakhov | 2016-07-13 | 1 | -16/+38 |
| | |||||
* | [Feature] More sane configuration for redis statistics | Vsevolod Stakhov | 2016-03-16 | 1 | -71/+80 |
| | |||||
* | Some fixes to the previous commit | Vsevolod Stakhov | 2016-02-25 | 1 | -13/+13 |
| | |||||
* | Add auth support and db selection for redis stats | Vsevolod Stakhov | 2016-02-25 | 1 | -0/+50 |
| | |||||
* | Refactor UCL API | Vsevolod Stakhov | 2016-02-16 | 1 | -5/+5 |
| | |||||
* | Don't fail stats when pre-results are set | Vsevolod Stakhov | 2016-02-12 | 1 | -1/+8 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -21/+12 |
| | |||||
* | Fix stupid misprint | Vsevolod Stakhov | 2016-01-16 | 1 | -2/+2 |
| | |||||
* | Fix redis cache config as well | Vsevolod Stakhov | 2016-01-16 | 1 | -17/+28 |
| | |||||
* | Fix include path for embedded hiredis | Vsevolod Stakhov | 2016-01-11 | 1 | -2/+2 |
| | |||||
* | Enable per-users learn cache | Vsevolod Stakhov | 2016-01-11 | 1 | -0/+7 |
| | |||||
* | Fix query | Vsevolod Stakhov | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | Rework cache API slightly | Vsevolod Stakhov | 2016-01-11 | 1 | -4/+2 |
| | |||||
* | Implement redis cache operations | Vsevolod Stakhov | 2016-01-11 | 1 | -5/+101 |
| | |||||
* | Write initialization for redis cache | Vsevolod Stakhov | 2016-01-11 | 1 | -3/+200 |
| |