aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstat/backends/redis_backend.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement the case of incrementing backends for bayesVsevolod Stakhov2016-01-081-0/+1
|
* Impelement the concept when classifier values are integersVsevolod Stakhov2016-01-081-7/+31
|
* Fix redis queriesVsevolod Stakhov2016-01-081-16/+35
|
* Redis replies can also be stringsVsevolod Stakhov2016-01-081-0/+7
|
* Implement redis learningVsevolod Stakhov2016-01-081-11/+153
|
* Add conditions for using redis stat backendVsevolod Stakhov2016-01-071-1/+4
|
* Implement redis classificationVsevolod Stakhov2016-01-071-3/+136
|
* Move redis.c to redis_backend.cVsevolod Stakhov2016-01-071-0/+573