Skip to content

Instantly share code, notes, and snippets.

@abhij89
Last active September 6, 2021 06:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save abhij89/745f26af7b7b6e9aa33a51249e74363f to your computer and use it in GitHub Desktop.
Save abhij89/745f26af7b7b6e9aa33a51249e74363f to your computer and use it in GitHub Desktop.
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