Install this extension to download the corresponding DLL according to your PHP version.
(1) Download Php_redis.dll and php_igbinary. DLL.
(2) put the above 2 DLLs into the Ext folder under PHP
(3) Change PHP folder and php.ini under Apache folder
My environment:
System:
win8.1
Wampserver:
php:5.5.12
apache:2.4.9
mysql:5.6.17
Look at your phpinfo () information and find the following information
Then remove the corresponding DLL according to the php5.5,vc11,x64
Address: http://windows.php.net/downloads/pecl/releases/
Enter the igbinary/1.2.1 (latest) folder:
Then select 5.5-ts-vc11-x64, download extract to get php_igbinary. Dll.
Enter the redis/2.7 (latest) Folder:
Find 5.5-ts-vc11-x64, download extract to get php_redis.dll.
Copy 2 DLLs to the Wamp\bin\php\php5.5.12\ext folder
Find PHP and Apache PHP.ini separately (note that 2 changes are available)
Add
Extension=php_igbinary. DLL
Extension=Php_redis. DLL
Save, restart Apache, start Redis-server
Ok!
Configuring Redis extensions under Windows Wamp