Home > Backend Development > PHP Tutorial > php, redis configuration under windows, phpredis_PHP tutorial

php, redis configuration under windows, phpredis_PHP tutorial

WBOY
Release: 2016-07-12 08:59:43
Original
1172 people have browsed it

php and redis configuration under windows, phpredis

Building redis in a windows environment is generally for testing. The official redis does not provide a windows version of redis, but Microsoft does.

Windows version download address: https://github.com/MSOpenTech/redis/releases

Download Redis-***.mis directly and install it

After the environment is installed, modify the appache configuration file and add the php extension name as: extension=php_redis.dll

php extension download address: https://github.com/phpredis/phpredis/downloads

Place the dll file in the ext directory of PHP~~ Done

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1096611.htmlTechArticlephp, redis configuration, phpredis under windows environment. Building redis in windows environment is generally for testing. There is no official redis There is a Windows version of redis but Microsoft has it. Windows version download address: ht...
Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template