There is no redis in PHPinfo using Baidu's method. Please help me clarify. Also, why can't phpstudy be updated? I'm using the 2017 version, so I want to use the 2018 version. An error occurred during the update. What's wrong with FGuimfcFactory.dll?
First install a redis on this machine, then open the service with cmd. If you test it yourself, go to the second step
Open phpinfo, check the type of Zend Extension Build, go to pecl to download the corresponding redis extension library.pecl address: http://pecl.php.net/package-stats.php
After downloading, throw the downloaded php_redis.dll into the php folder in the phpstudy directory and the ext directory of your commonly used PHP version.
Open php.ini and add One sentence extension=php_redis.dll
Restart the service, open phpinfo and you can see redis
You can expand redis by yourself.
First install a redis on this machine, then open the service with cmd. If you test it yourself, go to the second step
Open phpinfo, check the type of Zend Extension Build, go to pecl to download the corresponding redis extension library.pecl address: http://pecl.php.net/package-stats.php
After downloading, throw the downloaded php_redis.dll into the php folder in the phpstudy directory and the ext directory of your commonly used PHP version.
Open php.ini and add One sentence extension=php_redis.dll
Restart the service, open phpinfo and you can see redis