@pixelfed@mastodon.social we would love to, but we are facing serious problems to update to the latest commits: https://github.com/pixelfed/pixelfed/issues/3738
Help will be very appreciated 🙏
Top-level
@pixelfed@mastodon.social we would love to, but we are facing serious problems to update to the latest commits: https://github.com/pixelfed/pixelfed/issues/3738 Help will be very appreciated 🙏 2 comments
@pixelfed@mastodon.social Thanks for the answer! But I think we already have installed... We see this messages when we try to install php-redis: "pecl/redis is already installed and is the same as the released version 5.3.7" Then we check if it is enabled and we can see the redis.so file in the php modules folder. The problem comes when we change the .env file and configure with REDIS_CLIENT=phpredis Seems to not be enabled. |
@pixelfed@mastodon.eus To install php-redis, you simply need to run `pecl install redis`
php-redis is a php extension, and must be enabled in php.ini, the pecl command should handle that, more info here https://github.com/phpredis/phpredis/blob/develop/INSTALL.md