Running a 2nd Redis Container in a Sitecore Docker Environment
Following Sitecore’s guidance to not use Sitecore’s Redis instance for custom objects, rather leave that to session management, you may still require Redis for storing custom objects via serialization/deserialization to and from Redis. This could be for custom eCommerce solutions where complex data needs to be carried across pages or any other custom object storage …
