I am looking for help with a situation that I have been struggling with for months now...

I have a 3rd party extension installed on my Magento website, Codisto LINQ.

Essentially the Codisto LINQ extension reads my product data and pushes the products to the Amazon& eBay marketplaces. The Codisto extension does not cache anything, rather it reads the state of a created model object of the product while it syncs. However, Redis is caching the products every time a model is being created, which it should not do. This is causing 503 errors while the Codisto LINQ catalog is syncing… and eventually the Redis fills and the entire site crashes.

Something that was implemented in the creation of the website is causing the caching issues and we need to stop it.

Essentially we need the Codisto LINQ extension to bypass any caching… Can anyone help?

Comment From: yoav-steinberg

I suggest referring this to either Magento or Codisto. Doesn't seem related to redis but rather to how these apps use it. You may forward this question to one of redis the redis support forums, there you might get some tips on how to debug the issue: * the mailing list * the redis tag at StackOverflow * /r/redis subreddit * github discussions

I'm closing this as it's not related to redis development.