Enable Redis for non wp-site

Is there any easy way to enable redis support for php (non-wp) sites, to handle oject cache & sessions? Thanks!

Hello,

if redis is enabled, you will be able to use it in your applications (if your application support redis). There is no extra configuration needed. I use redis to handle Magento full-page cache and sessions and it’s working fine.

1 Like