ghimire

Results 7 comments of ghimire

@auvipy Unit tests have been added for Redis events state storage in https://github.com/mher/flower/pull/1397/commits/0192efc12135a527a8112d2a11271df2a3d4dbf9.

@auvipy @Nusnus The `flower/events.py:24:0: C0103: Variable name "PROMETHEUS_METRICS" doesn't conform to snake_case naming style (invalid-name)` lint error is outside of the scope of this PR.

> Saving the entire state with a single `redis_client.set` is not scalable. @mher Agreed, but Flower isn't scalable as it is, due to a file based state. I don't think...