Here is the article.
Windows
Download
https://github.com/tporadowski/redis/releases
Tutorial
https://www.c-sharpcorner.com/article/installing-redis-cache-on-windows
Xampp
https://www.phpflow.com/php/how-to-setup-redis-server-and-use-with-php
- Download
php_redis.dllfile from PECL libs. Download extension as per your current PHP version. - Copy the
php_redis.dlland paste to following folder in XAMPP Server extension directory(D:\XAMPP\php\ext). - Open the
php.inifile and addextension=php_redis.dllline into this file. - Restart XAMPP server
- Open phpinfo() of XAMPP server and search Redis, if found that means you successfully integrated Redis with PHP.
No comments:
Post a Comment