Import site having a issue with RedisCachePro with windows 11

I tried to import site to my local wordpress environment after restoring the database it got stuck and i can see this issue on error.log
Uncaught RedisCachePro\Exceptions\PhpRedisMissingException: Object Cache Pro requires the redis PHP extension. The PhpRedis extension is not loaded in this environment (apache2handler). If it was installed, be sure to load the extension in your php.ini and to restart your PHP and web server processes. in C:\xampp\htdocs\wordpress\wp-content\plugins\object-cache-pro\src\Connectors\PhpRedisConnector.php:63 Stack trace: #0 C:\xampp\htdocs\wordpress\wp-content\plugins\object-cache-pro\src\Connectors\PhpRedisConnector.php on line 63

How to resolve this issue???

I think you will have to disable or remove the plugin from its origin before importing. We had another user mention this here previously:

Hi Thanks for the reply…! But still i cant resolve the issue,

Before importing the site updated the mu-plugins to some other name and imported the site using All in one migration plugin, still i can see the same issue again and again.
Is any other plugin available to import the site and any other wa y to overcome this issue???

I don’t think renaming will work for an mu-plugin – Unlike regular WordPress plugins, mu-plugins run the code regardless of what the folder is named.

You’ll probably need to remove that file from the zip before importing it into Local.

Can you give that a try and let us know how it goes?

I removed from zip format and tried to import the site as wpress file,

Still the error exists the same…

Can someone help me to get out of this issue…

Because that mu-plugin is trying to use an extension that the Local PHP environment doesn’t have, the error will still exist as long as that mu-plugin is within the WordPress site.

You’ll need to unzip the site, remove the mu-plugin, re-zip the site, and then import the site by dragging and dropping it onto Local.