Install the redis extension of php5.5 under windows, php5.5redis
Wamp integrated environment for development under windows, I want to install php-redis Extension, extended github address: https://github.com/nicolasff/phpredis
php_redis.dll download address: http://windows.php.net/downloads/pecl/snaps/redis/2.2.5/
Look at your phpinfo information
Select the ts-x86 package to download, and put the downloaded and decompressed php_igbinary.dll and php_redis.dll into the ext directory of php
Then modify php.ini and add
Restart apache and check phpinfo for redis extension information
phpredis Chinese manual address: http://www.cnblogs.com/ikodota/archive/2012/03/05/php_redis_cn .html
http://www.bkjia.com/PHPjc/992388.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/992388.htmlTechArticleInstalling php5.5 redis extension under windows, php5.5redis is a wamp integrated environment for development under windows. I want to Install a php-redis extension, the extended github address: https://github.com/nicolasff/phpre...