user3814281
user3814281

Reputation: 49

How do i install redis extention to windows apache server

Step 1: Install redis and start server service https://github.com/rgl/redis/downloads Step 2: Download php_redis.dll extesion and etc. files from https://pecl.php.net/package/redis/2.2.7/windows Step 3: Set in php.ini that extension=php_redis.dll Step 4: Restart apache server and check phpinfo()

And i got no extension what am i missing?

Upvotes: 4

Views: 10326

Answers (2)

Nghĩa Trung
Nghĩa Trung

Reputation: 1

thank you Make sure you have download the correct package. Package must be downloaded as per your PHP Version and thread safety of PHP.

http://www.web-technology-experts-notes.in/2016/12/how-to-install-redis-on-wamp-server.html

Upvotes: 0

Poonam Gupta
Poonam Gupta

Reputation: 416

From Step 2: https://pecl.php.net/package/redis/2.2.7/windows

Make sure you have download the correct package. Package must be downloaded as per your PHP Version and thread safety of PHP.

http://www.web-technology-experts-notes.in/2016/12/how-to-install-redis-on-wamp-server.html

Upvotes: 3

Related Questions