dosubot[bot] commented on issue #33604: URL: https://github.com/apache/superset/issues/33604#issuecomment-2916468182
<!-- Answer --> The Redis Sentinel handling code (including RedisSentinelCacheBackend and RedisSentinelCache) is present in the latest Superset codebase at superset/async_events/cache_backend.py, and is referenced by the async query manager as well. If your installation does not have this file, it likely means your environment is missing files or is not actually running the latest version as expected. You can confirm this by checking for the presence of superset/async_events/cache_backend.py in your installed Superset directory and verifying your Superset version. If the file is missing, try reinstalling or upgrading Superset using the official installation instructions to ensure all files are present. Also, make sure you are using the correct Python environment where Superset is installed and that there are no path issues. For reference, see the codebase structure and Redis Sentinel support here: https://github.com/apache/superset/blob/master/superset/async_events/cache_backend.py https://github.com/apache/superset/blob/master/superset/async_events/async_query_manager.py If you continue to have issues, please share the output of superset version and the exact steps you used to install Superset. <!-- Dosu Comment Footer --> *To reply, just mention my name [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/84057209-2258-47b3-b582-b066dafed6c1?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/84057209-2258-47b3-b582-b066dafed6c1?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/84057209-2258-47b3-b582-b066dafed6c1?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/84057209-2258-47b3-b582-b066dafed6c1?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/84057209-2258-47b3-b582-b066dafed6c1?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/84057209-2258-47b3-b582-b066dafed6c1?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/84057209-2258-47b3-b582-b066dafed6c1?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [! [Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/33604) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
