Thursday, January 5, 2023

Install Redis PHP extension for XAMPP

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.dll file from PECL libs. Download extension as per your current PHP version.
  • Copy the php_redis.dll and paste to following folder in XAMPP Server extension directory(D:\XAMPP\php\ext).
  • Open the php.ini file and add extension=php_redis.dll line 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