Can We Disable The Redis Service?
-
wrote on Jan 5, 2025, 11:10 PM last edited by
I installed Apache Superset on my Cloudron and then I turned off the app, however, the Redis service of Apache Superset is still active. Can we disable or turn off the Redis service? In some applications, there's an option to disable Redis service. But some applications, there's no option to disable it. Thank you.
-
superset required redis - https://github.com/apache/superset/blob/109e6c69ff25b82b603a4daff40207250788e6b1/superset-websocket/README.md?plain=1#L23 . But it seems like a bug that redis is not stopped when the app is stopped.
-
The "red" indicator under services indicates the service is stopped. So, it's not consuming any resources when stopped. Is that what you are seeing to?