I am wamp of integrated development environment. I want to configure redis php5.3 version. Please give me some advice
I am wamp of integrated development environment. I want to configure redis php5.3 version. Please give me some advice
https://github.com/ichadhr/wamp-redis
Installation seems to be very simple:
Installation
Install Wamp Server as usually (if your machine don't have C++ runtime
install first vcredist_x64.exe)In redis folder we will find redis.bat, This script make easy to
install service, start, stop and uninstall service redis server.
Please run install service first before start redis. Config file also
available redis.windows.conf.Copy php_redis.dll and php_igbinary.dll to wamp installation folder.
e.g wampbinphpphp5.5.12extFinally, we need load this extension to php.ini:
[PHP_REDIS] extension=php_redis.dll extension=php_igbinary.dll We can
start wamp server now.
http://www.cnblogs.com/zichi/p/use-redis-in-windows-for-php.html