summaryrefslogtreecommitdiffstats
path: root/src/libstat/backends/redis_backend.c
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Further portion of g_slice eliminationVsevolod Stakhov2017-10-281-6/+6
* [Fix] Fix loading of per-user redis backend for statisticsVsevolod Stakhov2017-09-231-35/+33
* [Minor] Move stats signatures generation to tokenization stageVsevolod Stakhov2017-07-111-30/+5
* [Minor] Free memoryVsevolod Stakhov2017-07-081-0/+2
* [Feature] Implement bayes signatures storageVsevolod Stakhov2017-07-081-1/+120
* [Minor] Do not overlap expiry and store_tokensVsevolod Stakhov2017-06-051-21/+20
* [Minor] Fix store_tokens in new bayes layoutVsevolod Stakhov2017-06-051-20/+43
* [Minor] Allow 'expire' alias for 'expiry'Vsevolod Stakhov2017-05-181-1/+1
* [Minor] Fix some issues around new schemaVsevolod Stakhov2017-05-181-7/+21
* [Feature] Add new schema for bayes tokensVsevolod Stakhov2017-05-181-41/+157
* [Feature] Allow storing bayes tokens in RedisVsevolod Stakhov2017-04-241-2/+38
* [CritFix] Fix classifier learning with Redis backendVsevolod Stakhov2017-04-041-13/+59
* [Rework] Set token data as uint64_t instead of chars arrayVsevolod Stakhov2017-04-041-4/+2
* [Minor] Add routine to convert redis reply type to stringVsevolod Stakhov2017-02-171-4/+5
* [Fix] Some more memory issues are fixedVsevolod Stakhov2017-01-191-4/+4
* [Fix] Fix couple of issuesVsevolod Stakhov2017-01-151-3/+1
* [Minor] Add support for unix connections for redis stats backendVsevolod Stakhov2016-12-301-6/+25
* [Minor] Report redis error when getting stats keysVsevolod Stakhov2016-10-251-1/+6
* [CritFix] Fix processing of learned tokens count for redis backendVsevolod Stakhov2016-10-111-2/+2
* [Feature] Read redis backend statistics configuration from global sectionVsevolod Stakhov2016-08-181-0/+20
* [Fix] Do not stress redis with KEYS command (#791)Vsevolod Stakhov2016-08-021-1/+7
* [Fix] Indicate upstream error on timeoutVsevolod Stakhov2016-06-231-0/+2
* [Fix] Fix timeout setup on learningVsevolod Stakhov2016-06-181-6/+1
* [Fix] Fix redis timeouts processing logicVsevolod Stakhov2016-06-171-2/+7
* [Fix] Try to avoid recursive events deletionsVsevolod Stakhov2016-06-171-4/+14
* [Fix] Finally rework and simplify redis backend for statisticsVsevolod Stakhov2016-06-171-140/+84
* [Fix] Restore redis runtime stateVsevolod Stakhov2016-06-171-3/+2
* [Fix] One more try to fix redisVsevolod Stakhov2016-06-161-2/+2
* [Fix] More and more fixes to redis statesVsevolod Stakhov2016-06-161-2/+9
* [Fix] Another try to fix redis statesVsevolod Stakhov2016-06-161-17/+23
* [Fix] Set terminated state before calling of async freeVsevolod Stakhov2016-06-161-8/+5
* [Fix] Fix state on timeoutVsevolod Stakhov2016-06-161-1/+1
* [Fix] Another try to fix redis messVsevolod Stakhov2016-06-161-12/+13
* [Fix] Fix redis timeout events handlingVsevolod Stakhov2016-06-161-1/+7
* [Fix] Another fix for redis timeoutsVsevolod Stakhov2016-06-091-1/+5
* [Fix] More fixes for redis refcountsVsevolod Stakhov2016-06-091-5/+8
* [Fix] Try to fix issue in redis stats backend when task is closedVsevolod Stakhov2016-06-091-1/+38
* [Fix] Remove parsing of 'from' variable in redis backendVsevolod Stakhov2016-04-241-16/+0
* [Fix] Fix crash on redis learnVsevolod Stakhov2016-04-201-2/+4
* [Fix] Try to set redis to NULL to avoid double freeVsevolod Stakhov2016-04-041-0/+4
* [Feature] Do not classify message if some class is missingVsevolod Stakhov2016-03-221-0/+15
* [Feature] More sane configuration for redis statisticsVsevolod Stakhov2016-03-161-32/+59
* [Fix] Fix redis stats to avoid double freeVsevolod Stakhov2016-02-291-1/+17
* Some fixes to the previous commitVsevolod Stakhov2016-02-251-0/+2
* Add auth support and db selection for redis statsVsevolod Stakhov2016-02-251-0/+31
* Refactor UCL APIVsevolod Stakhov2016-02-161-10/+10
* Fix couple of issues found by coverity scanVsevolod Stakhov2016-02-111-1/+1
* Fix more issues found by coverityVsevolod Stakhov2016-02-101-5/+7
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-20/+12
* Another fix to redis events logicVsevolod Stakhov2016-01-261-6/+1