summaryrefslogtreecommitdiffstats
path: root/lualib/lua_redis.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Enable redis periodics for the fuzzy workerVsevolod Stakhov2021-12-201-1/+1
* [Fix] Store reference of upstream list in upstreams objectsVsevolod Stakhov2020-08-171-1/+2
* [Fix] Fix sentinel connections leak by using async connectionsVsevolod Stakhov2020-02-141-63/+96
* [Minor] Further logging improvementsVsevolod Stakhov2020-02-141-1/+1
* Merge pull request #3016 from CAPSLOCK2000/set_redis_sentinel_masters_patternVsevolod Stakhov2019-08-261-0/+5
|\
| * Actually set sentinel_masters_pattern.cgielen2019-08-231-0/+5
* | typocgielen2019-08-231-1/+1
|/
* wrap ipv6-adresses in bracketscgielen2019-08-141-0/+9
* [Minor] Lua_redis: Allow requests with no callbackVsevolod Stakhov2019-07-271-2/+6
* [Test] Sigh, just wait...Vsevolod Stakhov2019-07-191-1/+8
* [Minor] Slightly improve loggingVsevolod Stakhov2019-07-191-4/+7
* [Minor] Do not log arguments as it breaks testsVsevolod Stakhov2019-07-151-4/+4
* [Minor] Lua_redis: Report script registration position on errorsVsevolod Stakhov2019-07-071-4/+7
* [Feature] Implement Redis prefixes registration logicVsevolod Stakhov2019-07-051-0/+41
* [Minor] Allow to close connection to redis without poolingVsevolod Stakhov2019-06-281-0/+1
* [Fix] Fix redis sentinel supportVsevolod Stakhov2019-06-261-3/+3
* [Minor] Allow to work without rspamd_config objectVsevolod Stakhov2019-04-061-7/+9
* [Fix] Another fix for Redis sentinelVsevolod Stakhov2019-04-011-8/+25
* [Fix] Rework cached Redis logic to avoid sentinels breakingVsevolod Stakhov2019-03-291-56/+83
* [Feature] Query sentinel on master errorsVsevolod Stakhov2018-12-051-0/+18
* [Minor] Skip broken slaves retrieved from sentinelVsevolod Stakhov2018-12-051-3/+5
* [Fix] Sort data received from Sentinel to avoid constant replacingVsevolod Stakhov2018-12-041-0/+3
* [Fix] Set proper element when reading data from SentinelVsevolod Stakhov2018-12-041-2/+4
* [Minor] Fix hash calculationVsevolod Stakhov2018-11-241-1/+1
* [Minor] Do not expand implicit arrays as it breaks thingsVsevolod Stakhov2018-11-231-0/+4
* [Project] Add preliminary Redis Sentinel supportVsevolod Stakhov2018-11-221-1/+223
* [Minor] Fix var nameVsevolod Stakhov2018-10-261-1/+1
* [Minor] Fix lua warningsVsevolod Stakhov2018-10-251-3/+3
* [Minor] Add ability to debug lua redis callsVsevolod Stakhov2018-10-251-0/+15
* [Minor] Fixed sync redis connection with default arguments in rspamadmMikhail Galanin2018-10-011-8/+18
* [Minor] Sigh, disable redis schema usage for nowVsevolod Stakhov2018-09-201-23/+11
* [Minor] Fix more issues with reputation and redis schemaVsevolod Stakhov2018-09-201-4/+4
* [Feature] Add schema validation for Redis settingsVsevolod Stakhov2018-09-201-6/+50
* [Minor] Add lua_redis.connect methodVsevolod Stakhov2018-09-111-6/+117
* Merge branch 'master' into redis-coroutinesMikhail Galanin2018-09-111-0/+90
|\
| * [Minor] Add a generic redis request methodVsevolod Stakhov2018-09-111-0/+90
* | [Minor] Updated Lua to comply the new call semanticMikhail Galanin2018-09-101-1/+12
|/
* Fix redis read_only was incorrectly set to true.Boris Gulay2018-07-041-2/+2
* [Feature] Try harder to upload scripts to the Redis serverVsevolod Stakhov2018-04-201-1/+11
* [Minor] Add support of read only redis paramsVsevolod Stakhov2018-04-191-3/+13
* [Minor] Stop expiry if read_servers configuredAlexander Moisseev2018-04-171-4/+5
* [Minor] Allow to parse integer database names for RedisVsevolod Stakhov2018-03-191-0/+2
* [Minor] Fix reporting of fatal errors in redis scriptsVsevolod Stakhov2018-03-121-0/+9
* [Minor] Fix redis-less setupVsevolod Stakhov2018-03-091-1/+7
* [Minor] Fix dealing with argv in scriptsVsevolod Stakhov2018-02-281-8/+11
* [Minor] Rename variables for clarityAndrew Lewis2018-02-271-11/+11
* [Fix] Redis key expansion: EVAL: deal with stringsAndrew Lewis2018-02-271-1/+1
* [Fix] Deal with non-key arguments in lua_redis.exec_scriptAndrew Lewis2018-02-271-1/+6
* [Minor] Start of documentation for Lua API in LuaAndrew Lewis2018-02-231-0/+37
* [Fix] Fix various issues in stat_convertVsevolod Stakhov2018-02-211-0/+2