Forked from ezequiel9/Install Redis on Windows 10, PHP 7+
Created
July 16, 2021 20:29
-
-
Save prinx/96382ed7ce0e9089f99ec2ecd3e235b9 to your computer and use it in GitHub Desktop.
Install Redis on Windows 10, PHP 7+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Install Redis extension on your pc | |
| Download the CORRECT version the DDL from the following link | |
| https://pecl.php.net/package/redis/4.1.0/windows | |
| Put the dll in the correct folder | |
| Wamp -> C:\wamp\bin\php\php-XXXX\ext | |
| Laragon -> C:\laragon\bin\php\php-XXX\ext | |
| Edit the php.ini file adding | |
| extension=php_redis.dll | |
| Restart server and check phpinfo(); . Now Redis should be there! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment