panic icon indicating copy to clipboard operation
panic copied to clipboard

Update Store components to initialise Redis internally.

Open Cherrett opened this issue 4 years ago • 0 comments

Currently, for the various stores, Redis is being initialised in the parent class Store. This should be avoided since not all components make use of Redis. The initialisation should be done in the __init__ for the sub classes (such as AlertStore, GithubStore ...).

Cherrett avatar Feb 03 '22 12:02 Cherrett