| Commit message (Expand) | Author | Age | Files | Lines |
* | [Feature] Query sentinel on master errors | Vsevolod Stakhov | 2018-12-05 | 1 | -0/+18 |
* | [Minor] Skip broken slaves retrieved from sentinel | Vsevolod Stakhov | 2018-12-05 | 1 | -3/+5 |
* | [Fix] Sort data received from Sentinel to avoid constant replacing | Vsevolod Stakhov | 2018-12-04 | 1 | -0/+3 |
* | [Fix] Set proper element when reading data from Sentinel | Vsevolod Stakhov | 2018-12-04 | 1 | -2/+4 |
* | [Minor] Fix hash calculation | Vsevolod Stakhov | 2018-11-24 | 1 | -1/+1 |
* | [Minor] Do not expand implicit arrays as it breaks things | Vsevolod Stakhov | 2018-11-23 | 1 | -0/+4 |
* | [Project] Add preliminary Redis Sentinel support | Vsevolod Stakhov | 2018-11-22 | 1 | -1/+223 |
* | [Minor] Fix var name | Vsevolod Stakhov | 2018-10-26 | 1 | -1/+1 |
* | [Minor] Fix lua warnings | Vsevolod Stakhov | 2018-10-25 | 1 | -3/+3 |
* | [Minor] Add ability to debug lua redis calls | Vsevolod Stakhov | 2018-10-25 | 1 | -0/+15 |
* | [Minor] Fixed sync redis connection with default arguments in rspamadm | Mikhail Galanin | 2018-10-01 | 1 | -8/+18 |
* | [Minor] Sigh, disable redis schema usage for now | Vsevolod Stakhov | 2018-09-20 | 1 | -23/+11 |
* | [Minor] Fix more issues with reputation and redis schema | Vsevolod Stakhov | 2018-09-20 | 1 | -4/+4 |
* | [Feature] Add schema validation for Redis settings | Vsevolod Stakhov | 2018-09-20 | 1 | -6/+50 |
* | [Minor] Add lua_redis.connect method | Vsevolod Stakhov | 2018-09-11 | 1 | -6/+117 |
* | Merge branch 'master' into redis-coroutines | Mikhail Galanin | 2018-09-11 | 1 | -0/+90 |
|\ |
|
| * | [Minor] Add a generic redis request method | Vsevolod Stakhov | 2018-09-11 | 1 | -0/+90 |
* | | [Minor] Updated Lua to comply the new call semantic | Mikhail Galanin | 2018-09-10 | 1 | -1/+12 |
|/ |
|
* | Fix redis read_only was incorrectly set to true. | Boris Gulay | 2018-07-04 | 1 | -2/+2 |
* | [Feature] Try harder to upload scripts to the Redis server | Vsevolod Stakhov | 2018-04-20 | 1 | -1/+11 |
* | [Minor] Add support of read only redis params | Vsevolod Stakhov | 2018-04-19 | 1 | -3/+13 |
* | [Minor] Stop expiry if read_servers configured | Alexander Moisseev | 2018-04-17 | 1 | -4/+5 |
* | [Minor] Allow to parse integer database names for Redis | Vsevolod Stakhov | 2018-03-19 | 1 | -0/+2 |
* | [Minor] Fix reporting of fatal errors in redis scripts | Vsevolod Stakhov | 2018-03-12 | 1 | -0/+9 |
* | [Minor] Fix redis-less setup | Vsevolod Stakhov | 2018-03-09 | 1 | -1/+7 |
* | [Minor] Fix dealing with argv in scripts | Vsevolod Stakhov | 2018-02-28 | 1 | -8/+11 |
* | [Minor] Rename variables for clarity | Andrew Lewis | 2018-02-27 | 1 | -11/+11 |
* | [Fix] Redis key expansion: EVAL: deal with strings | Andrew Lewis | 2018-02-27 | 1 | -1/+1 |
* | [Fix] Deal with non-key arguments in lua_redis.exec_script | Andrew Lewis | 2018-02-27 | 1 | -1/+6 |
* | [Minor] Start of documentation for Lua API in Lua | Andrew Lewis | 2018-02-23 | 1 | -0/+37 |
* | [Fix] Fix various issues in stat_convert | Vsevolod Stakhov | 2018-02-21 | 1 | -0/+2 |
* | [Minor] Add more logging about Redis errors | Vsevolod Stakhov | 2018-02-19 | 1 | -4/+12 |
* | [Project] Preliminary version of the new stat_convert | Vsevolod Stakhov | 2018-02-15 | 1 | -50/+70 |
* | [Minor] Allow to specify extra options on Redis requests | Vsevolod Stakhov | 2018-02-14 | 1 | -2/+17 |
* | [Feature] Add method to do a synchronous Redis connection | Vsevolod Stakhov | 2018-02-12 | 1 | -0/+55 |
* | [Minor] Redis key expansion: handle HMSET | Andrew Lewis | 2018-01-30 | 1 | -0/+1 |
* | [Minor] Luacheck conformance | Vsevolod Stakhov | 2017-12-16 | 1 | -1/+0 |
* | [Minor] Fix taskfull scripts reload | Vsevolod Stakhov | 2017-12-16 | 1 | -51/+123 |
* | [Feature] Add framework to manage Redis scripts | Vsevolod Stakhov | 2017-12-16 | 1 | -0/+157 |
* | [Minor] Fix & extend redis key expansion library | Andrew Lewis | 2017-12-01 | 1 | -24/+52 |
* | [Minor] Signal upstream system on taskless Redis errors | Vsevolod Stakhov | 2017-11-26 | 1 | -1/+11 |
* | [Feature] Implement DKIM reputation adjustments | Vsevolod Stakhov | 2017-11-26 | 1 | -1/+4 |
* | [Fix] Do not try to connect to non-supported addresses | Vsevolod Stakhov | 2017-11-25 | 1 | -1/+9 |
* | [Fix] Fix Redis timeout setup | Vsevolod Stakhov | 2017-11-12 | 1 | -4/+12 |
* | [Feature] Generic key name expansion for Redis keys | Andrew Lewis | 2017-09-19 | 1 | -0/+283 |
* | [Feature] Allow to load and use dynamic ANNs with torch | Vsevolod Stakhov | 2017-09-09 | 1 | -0/+16 |
* | [Feature] Bayes expiry plugin | Andrew Lewis | 2017-06-10 | 1 | -2/+9 |
* | [Minor] Improve redis params parsing | Vsevolod Stakhov | 2017-06-09 | 1 | -3/+4 |
* | [Minor] Split global functions into libraries | Andrew Lewis | 2017-05-23 | 1 | -0/+245 |