-
- Downloads
Use Redis for stat counters
The Redis client automatically falls back to a mock Redis server if no Redis server is configured. Therefore, a Redis server is not needed to run Mutalyzer. You'll just not get any aggregate stat counts over different runs.
Showing
- mutalyzer/Db.py 0 additions, 39 deletionsmutalyzer/Db.py
- mutalyzer/Scheduler.py 14 additions, 13 deletionsmutalyzer/Scheduler.py
- mutalyzer/config/default_settings.py 2 additions, 3 deletionsmutalyzer/config/default_settings.py
- mutalyzer/entrypoints/batch_processor.py 1 addition, 3 deletionsmutalyzer/entrypoints/batch_processor.py
- mutalyzer/redisclient.py 8 additions, 2 deletionsmutalyzer/redisclient.py
- mutalyzer/services/rpc.py 6 additions, 10 deletionsmutalyzer/services/rpc.py
- mutalyzer/stats.py 48 additions, 0 deletionsmutalyzer/stats.py
- mutalyzer/website.py 6 additions, 12 deletionsmutalyzer/website.py
- tests/test_scheduler.py 1 addition, 2 deletionstests/test_scheduler.py
- tests/utils.py 1 addition, 0 deletionstests/utils.py
Loading
Please register or sign in to comment