Skip to content

Instantly share code, notes, and snippets.

@saas786
Forked from abhij89/redis-for-windows
Created September 6, 2021 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saas786/77db84eb9f5b631ffe0cbbf968c6a78a to your computer and use it in GitHub Desktop.
Save saas786/77db84eb9f5b631ffe0cbbf968c6a78a 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