How to configure Memcached and Redis to All PHP config

Hi everyone, I’m new here, I’m putting together memcached and redis configurations for all php versions.
Firstly, I have successfully installed Memcached and Redis, but only for PHP version 8.2, I want all versions of PHP to also have Memcached and Redis, how do I do it automatically, my goal is to be able to run on PHP versions 7.4 and 8.1

Thanks,
Aly

2 Likes

apt install php8.1-memcached php8.1-redis
And so on for each version you want to support

3 Likes

Thanks @eris problem solved :sweat_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.