search

Home  >  Q&A  >  body text

How to extend phpstudy according to redis

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?

时光时光2506 days ago1160

reply all(1)I'll reply

  • mmmm

    mmmm2018-04-02 17:20:49

    You can expand redis by yourself.

    1. First install a redis on this machine, then open the service with cmd. If you test it yourself, go to the second step

    2. 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

    3. 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.

    4. Open php.ini and add One sentence extension=php_redis.dll

    5. Restart the service, open phpinfo and you can see redis

    reply
    0
  • Cancelreply