Search code examples
redisodooodoo-8redis-cache

(8.0/9.0/Master) Is there a way to implement Redis as a caching mechanism for Odoo 8?


I'm interested in using Redis cache as a cache for product images among other things in Odoo 8.

I'd like to cache images for use on the frontend (ie. website_sale product pages and category pages), as well as on the backend (eg. Sale >> Product > Product Name > Images).

Is anyone aware of a project that has implemented Redis for caching within Odoo, or has any suggestions for where to start if there isn't anything out there already?


Solution

  • @user3473233,

    You should have a look at this documentation "High availability OpenERP" and interesting answer here