Should set this up as an option and use a try except in the case that the user wants the functionality. At the moment you get an error if redis isn't installed, but it shouldn't be required.
I think here, because redis is being used for visualization in one of our applications only and isn't used by anything else, we should remove it from abr_control and find a way to hack it in for that application
Should set this up as an option and use a try except in the case that the user wants the functionality. At the moment you get an error if redis isn't installed, but it shouldn't be required.