Integrating Redis Cache in Strapi

Hi ,

Currently I am working on Strapi Project. I am exploring Strapi with postgresql . I am using JAM Stack.

How to integrate Redis cache in strapi project . Not able to find sample implementation.

Is it possible to share the sample implementation to integrate Redis cache ? it will be great to show demo with redis (for performance )

Please do the needful.

Thanks!

Welcome @vclsystem :wave:,

Strapi doesn’t support the old redis hook any more but some in the community has made an awesome cache middleware that supports redis. Check it out on: strapi-middleware-cache - npm.

I hope this gives you any idea on how to implement (redis) cache. :+1:

Thanks mettiebelt.

1 Like