mhdzumair / MediaFusion

Universal Add-On for Stremio & Kodi
MIT License
192 stars 28 forks source link

Setting up redis for caching poster image #91

Closed mhdzumair closed 5 months ago

mhdzumair commented 5 months ago

As a maintainer, i want to migrate poster caching from diskcache to aioredis caching solution. The current setup restrict usage of expanding the pods across multiple node. So that we need to migrate to redis based caching of image bytes data. This will support server upscale and reduce latency.