php, redis configuration under windows, phpredis_PHP tutorial
Jul 12, 2016 am 08:59 AMphp 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

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Solution to 0x80242008 error when installing Windows 11 10.0.22000.100

Analyze PHP function bottlenecks and improve execution efficiency

Golang API caching strategy and optimization

Which one has better performance, erlang or golang?

Caching mechanism and application practice in PHP development
