GitHub user dosubot[bot] added a comment to the discussion: Question about the GLOBAL_ASYNC_QUERIES_REDIS_CONFIG configur
<!-- Answer --> The "db" parameter in GLOBAL_ASYNC_QUERIES_REDIS_CONFIG tells Superset which logical Redis database to use within your Redis server. By setting "db": 2, Superset will use Redis database number 2 (instead of the default 0) for async queries and websocket communication. This is standard Redis behavior—each Redis instance can have multiple logical databases, and the "db" parameter selects which one to use. Make sure this value matches in both your Superset backend and superset-websocket server configs for things to work properly. Superset does not use this parameter in a special way; it's just passed through to Redis as intended ([source](https://github.com/apache/superset/discussions/36383)). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/5b9942db-d932-4f93-a6ba-0f2d14b5d6f5?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/5b9942db-d932-4f93-a6ba-0f2d14b5d6f5?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/5b9942db-d932-4f93-a6ba-0f2d14b5d6f5?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/5b9942db-d932-4f93-a6ba-0f2d14b5d6f5?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/5b9942db-d932-4f93-a6ba-0f2d14b5d6f5?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/5b9942db-d932-4f93-a6ba-0f2d14b5d6f5?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/5b9942db-d932-4f93-a6ba-0f2d14b5d6f5?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github) [](https://cursor.com/link/prompt?text=The%20%22db%22%20parameter%20in%20GLOBAL_ASYNC_QUERIES_REDIS_CONFIG%20tells%20Superset%20which%20logical%20Redis%20database%20to%20use%20within%20your%20Redis%20server.%20By%20setting%20%22db%22%3A%202%2C%20Superset%20will%20use%20Redis%20database%20number%202%20%28instead%20of%20the%20default%200%29%20for%20async%20queries%20and%20websocket%20communication.%20This%20is%20standard%20Redis%20behavior%E2%80%94each%20Redis%20instance%20can%20have%20multiple%20logical%20databases%2C%20and%20the%20%22db%22%20parameter%20selects%20which%20one%20to%20use.%20Make%20sure%20this%20value%20matches%20in%20both%20your%20Superset%20backend%20and%20superset-websocket%20server%20configs%20for%20things%20to%20work%20properly.%20Superset%20does%20not%20use%20this%20par ameter%20in%20a%20special%20way%3B%20it%27s%20just%20passed%20through%20to%20Redis%20as%20intended%C2%A0%28%5Bsource%5D%28https%3A//github.com/apache/superset/discussions/36383%29%29.) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/36481) GitHub link: https://github.com/apache/superset/discussions/36481#discussioncomment-15208115 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
