Marcus
Well-known member
This How To is for enabling the official XenForo Redis Cache. It is already all build-in you just have to activate it with the configuration details.Would adding the below code to a none XF website work? If not, what would I add to it?
Redis is a database and has keys. if XenForo prefixes its keys xf_ and your other webpage does not, then its all good. If you have several webpages and they all use the same keys (like xf_user), then every webpage overwrites the key of the other and obviously this will not work.