Level 1
I hope this link is useful for you. https://dev.to/dendihandian/installing-php-redis-extension-on-laragon-2mp3
2 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
My redis server version
$ redis-server --version
Redis server v=3.2.100 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=dd26f1f93c5130ee
I am using laragon with php 7.2.19
I downloaded this thing,
https://pecl.php.net/package/redis/4.1.0/windows
and put it inside
Laragon -> C:\laragon\bin\php\php-XXX\ext
added this in php.ini
extension=php_redis.dll
and then I restart the server . but I can't find redis here. & when I issue
extension_loaded('redis:); I get a false in the shell.
Please or to participate in this conversation.