-
-
Save saas786/77db84eb9f5b631ffe0cbbf968c6a78a to your computer and use it in GitHub Desktop.
This file contains 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 Support on windows by installing windows alternative: https://www.memurai.com/ | |
Download redis php extension from https://pecl.php.net/package/redis/5.3.2/windows | |
Go to your xampp/wamp directory, locate php/ext or php/php-version/ext folder and paste php_redis.dll file in it | |
Edit your php.ini file and add extension=php_redis.dll line into this file | |
Restart apache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment