首页 > php配置redis

php配置redis

我是集成开发环境的wamp 想配置redis php5.3版本的 求大神教


http://www.cnblogs.com/zichi/p/use-redis-in-windows-for-php.html


https://github.com/ichadhr/wamp-redis

安装貌似很简单:

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.12ext\

Finally, we need load this extension to php.ini:

[PHP_REDIS] extension=php_redis.dll extension=php_igbinary.dll We can
start wamp server now.

【热门文章】
【热门文章】