Marcus
Well-known member
Marcus submitted a new resource:
Tips for Installing Redis Cache - Work in Progress to have a minimal Redis Cache
Read more about this resource...
Tips for Installing Redis Cache - Work in Progress to have a minimal Redis Cache
This is a work in progress How To Install Redis which is aimed to be a bit more easy to understand, and it is an extension of the official How To here https://xenforo.com/docs/xf2/cache/#redis
Basics
Find out whether your server has the official redis package available for php, In Ubuntu you would search for Redis like this
Bash:# apt search redis | grep php WARNING: apt does not have a stable CLI interface. Use with caution in scripts. php-doctrine-cache/noble...
Read more about this resource...