panic
panic copied to clipboard
Update Store components to initialise Redis internally.
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 ...).