I added
php_redis.dll file in /php/ext folder
and added
extension=redis in php.ini file.
I am using 64bit xampp server on windows 10. This is what I see in the error log:
Warning: PHP Startup: Unable to load dynamic library 'php_redis.dll' (tried: C:\xampp\php\ext\php_redis.dll (%1 is not a valid Win32 application.), C:\xampp\php\ext\php_php_redis.dll.dll (The specified module could not be found.)) in Unknown on line 0
Anyone faced similar issues? Do we have a working solution for this?