Hi , when its unable to connect to redis using the connections parameters provided , API is taking around 20 seconds before it skips caching.
Is there any way in which we can reduce the time taken before caching is getting skipped ?
I have a requirement to immediately skip the cache if redis connection cannot be established.
I have tried this. But it didn't worked.
cache.setup(redis_connection_url,retry_on_timeout=False, socket_connect_timeout=0.1)
Any insights or recommendations on how to address this would be greatly appreciated.
Thank you in advance for your assistance.