Home > Backend Development > PHP Tutorial > php configuration redis

php configuration redis

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-08-04 09:21:51
Original
1055 people have browsed it

I am wamp of integrated development environment. I want to configure redis php5.3 version. Please give me some advice

Reply content:

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

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

Related labels:
php
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template