Based on your previous response and given the dynamic nature of an auction, it seems that using a Redis object cache can cause issues, especially with real-time updates like product prices, countdown timers, and bid data. While I understand that adjusting TTL or invalidation rules might help, I believe caching these dynamic elements could interfere with the auction functionality by using stale data.
I think it goes without saying, you would recommend disabling the Redis object cache entirely to avoid potential issues?
Thanks in advanced,