Neos with Redis

Hi

I want to integrate redis for cache with Neos cms.
is there any guideline, article or things to be taken care for the production

Yes. You can configure the cache the way mentioned in the documentations and Flownative have you covered with this guide

https://www.flownative.com/en/documentation/guides/beach/how-to-use-redis-for-caching-for-neos-and-flow.html

There is an OptimizedRedisCacheBackend from Sandstorm. @sebastian wrote a Blog post about Neos Backend performance; more information about the Redis configuration can be found in the original post at https://sandstorm.de/de/blog/post/debugging-a-slow-neos-backend-in-kubernetes.html (“Challenge 4”).

Thanks it worked

Thanks a lot for sharing this.