Skip to content

Use Redis for stat counters

Martijn Vermaat requested to merge redis into refactor

The stat counters we maintain to keep track of the usage for the different Mutalyzer interfaces are very simple but heavy in database writes.

It is much more effective to implement this with Redis.

Merge request reports