phpredis on windows 7 64bit xampp

You can still find up to date compiled dll binaries of Redis(and many more) at the following location: http://windows.php.net/downloads/pecl/releases/redis/2.2.7/

    # php -i | find "Architecture"
    # php -i | find "Thread"

Found it! Apologizing for misapprehension, but all this situation is really confusing for guy who such a little about servers management. Anyway, below is my solution.

http://code.google.com/p/pecl-win/downloads/detail?name=php_redis-2.1.3-5.3-ts.dll&can=2&q=

Link above provides .dll file, which in my case must be copied to: C:\xampp\php\ext and add a line in to php.ini file extension=php_redis.dll and lastly restart apache2 service.

And that's it, nothing has to be installed, as long as redis server already up and running this will provide connection between php and redis!

2020-05-06 update

Seems like previous url only contains outdated .dll files. @Niz provided in the comments an updated url where you can download the correct version of redis DLL for your windows. Make sure to download the one that matches your redis and php versions.

https://pecl.php.net/package/redis