shrimad-mishra-cognoai commented on issue #33604:
URL: https://github.com/apache/superset/issues/33604#issuecomment-2916345099

   @dosu what should be the 
   
   COMMON_REDIS_CONFIG = {
   'CACHE_TYPE': RedisSentinelCache,
   'CACHE_REDIS_SENTINELS': CUSTOM_SENTINEL_SERVERS,
   'CACHE_REDIS_SENTINEL_MASTER': CACHE_REDIS_SENTINEL_MASTER_NAME,
   'CACHE_DEFAULT_TIMEOUT': 1200,
   'CACHE_KEY_PREFIX': 'superset_',
   'CACHE_REDIS_DB': 0}
   
   CACHE_TYPE in case of redis sentinel


-- 
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]

Reply via email to